Skip to content

Commit

Permalink
add fly app name to .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Feb 10, 2024
1 parent 4c876d9 commit 56709e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deploy-backend:
script:
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
- flyctl auth token $FLY_API_TOKEN
- flyctl deploy --ha=false --config app/fly.toml
- flyctl deploy --ha=false --config app/fly.toml -a insight-ai-api
environment: production
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
Expand Down

0 comments on commit 56709e0

Please sign in to comment.