From 1b562dc6e7143ea64372f6e194ef0e0f9765c40b Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sat, 14 May 2022 11:59:10 -0400 Subject: [PATCH] Fix no access token --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d79fd29..09ef2c0 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 \ No newline at end of file + - /root/.fly/bin/flyctl deploy --no-cache --detach -t $FLY_API_TOKEN