Fix really this time
Some checks reported errors
builds.sr.ht Job failed

This commit is contained in:
2024-01-10 01:17:50 +00:00
parent cca9829a24
commit 11c09ebf49

View File

@@ -18,9 +18,11 @@ tasks:
- deploy: |
if [ $GIT_REF = "refs/heads/ci" ]; then
curl -L https://fly.io/install.sh | sh
export FLYCTL_INSTALL="/home/build/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
cd wish
/root/.fly/bin/flyctl deploy
flyctl deploy
else
echo "nothing to do"
fi