From 11c09ebf49c2763eb1a167b8a845880751bad4eb Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jan 2024 01:17:50 +0000 Subject: [PATCH] Fix really this time --- .build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index adfbd10..d90aff1 100644 --- a/.build.yml +++ b/.build.yml @@ -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