Fly deploy test
Some checks reported errors
builds.sr.ht Job failed

This commit is contained in:
2024-01-10 01:22:00 +00:00
parent 11c09ebf49
commit 124e9f3c75

View File

@@ -22,7 +22,10 @@ tasks:
export PATH="$FLYCTL_INSTALL/bin:$PATH" export PATH="$FLYCTL_INSTALL/bin:$PATH"
cd wish cd wish
flyctl deploy set +x
echo "running fly deploy"
flyctl -t test deploy
set -x
else else
echo "nothing to do" echo "nothing to do"
fi fi