From dea4a3e5f15b625e49a82edf4c995e24690702d0 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Fri, 3 Jun 2022 18:10:47 -0400 Subject: [PATCH] Fix deploy stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09ef2c0..9cc26ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,4 @@ deploy: - apk update && apk --no-cache add curl - wget -O - https://fly.io/install.sh | sh script: - - /root/.fly/bin/flyctl deploy --no-cache --detach -t $FLY_API_TOKEN + - /root/.fly/bin/flyctl deploy --no-cache --detach