about summary refs log tree commit diff
path: root/users/fcuny/blog/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/blog/scripts')
-rwxr-xr-xusers/fcuny/blog/scripts/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/blog/scripts/deploy.sh b/users/fcuny/blog/scripts/deploy.sh
index 82919c6..ede848c 100755
--- a/users/fcuny/blog/scripts/deploy.sh
+++ b/users/fcuny/blog/scripts/deploy.sh
@@ -3,6 +3,8 @@
 git diff --exit-code
 git diff --staged --exit-code
 
+flyctl deploy
+
 VERSION=$(flyctl info -j |jq -r '.App | "fcuny.net/v\(.Version)"')
 
 git tag -a --message ${VERSION} ${VERSION}