diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:38:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:38:03 -0700 |
commit | cd6494898260b08f76dc5f5934f952a5219779ef (patch) | |
tree | 83c30defcddd6cbc5661876f8d9d94d5f0b4b862 /users/fcuny/blog/scripts | |
parent | content: remove some notes (diff) | |
download | world-cd6494898260b08f76dc5f5934f952a5219779ef.tar.gz |
scripts: actually deploy to fly
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} |