From 124e9f3c75001ce624826c6e932b001d80692371 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jan 2024 01:22:00 +0000 Subject: [PATCH] Fly deploy test --- .build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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