From 3d36345c2b68c4d98637ac5de6d6ce194fae0896 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jan 2024 00:58:29 +0000 Subject: [PATCH] Fix ref --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 33136a6..502db24 100644 --- a/.build.yml +++ b/.build.yml @@ -16,7 +16,7 @@ tasks: cd wish mix test - deploy: | - if [ $GIT_REF = "ci" ]; then + if [ $GIT_REF = "refs/heads/ci" ]; then curl -L https://fly.io/install.sh | sh export FLYCTL_INSTALL="/root/.fly" export PATH="$FLYCTL_INSTALL/bin:$PATH"