diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 99cb89d..ddedb06 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -12,7 +12,9 @@ definitions: script: - apt-get update -qq && apt-get install -y curl - curl -L https://fly.io/install.sh | sh - - fly deploy -a $FLY_APP_NAME + - export FLYCTL_INSTALL="/root/.fly + - export PATH="$FLYCTL_INSTALL/bin:$PATH" + - flyctl deploy -a $FLY_APP_NAME pipelines: