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 | 267523d8fbffbedf56b186cc00de55eee8fe30be (patch) | |
tree | 1dedd8abcd21de09c475f07f8d11b38dc6ccf88d | |
parent | content: remove some notes (diff) | |
download | fcuny.net-267523d8fbffbedf56b186cc00de55eee8fe30be.tar.gz |
scripts: actually deploy to fly
-rwxr-xr-x | scripts/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 82919c6..ede848c 100755 --- a/scripts/deploy.sh +++ b/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} |