From ca4dc5dd0c445251bb0af7fe590b6d279c5caa1e Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Wed, 17 May 2023 20:35:13 -0600 Subject: [PATCH] added env exports to add fly to the path --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ddedb06..57e91e0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -12,7 +12,7 @@ definitions: script: - apt-get update -qq && apt-get install -y curl - curl -L https://fly.io/install.sh | sh - - export FLYCTL_INSTALL="/root/.fly + - export FLYCTL_INSTALL="/root/.fly" - export PATH="$FLYCTL_INSTALL/bin:$PATH" - flyctl deploy -a $FLY_APP_NAME