diff --git a/.build.yml b/.build.yml index d90aff1..8882142 100644 --- a/.build.yml +++ b/.build.yml @@ -22,7 +22,10 @@ tasks: export PATH="$FLYCTL_INSTALL/bin:$PATH" cd wish - flyctl deploy + set +x + echo "running fly deploy" + flyctl -t test deploy + set -x else echo "nothing to do" fi