diff options
Diffstat (limited to '')
-rwxr-xr-x | users/fcuny/blog/scripts/deploy.sh | 2 |
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} |