We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c876d9 commit 56709e0Copy full SHA for 56709e0
.gitlab-ci.yml
@@ -72,7 +72,7 @@ deploy-backend:
72
script:
73
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
74
- flyctl auth token $FLY_API_TOKEN
75
- - flyctl deploy --ha=false --config app/fly.toml
+ - flyctl deploy --ha=false --config app/fly.toml -a insight-ai-api
76
environment: production
77
rules:
78
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
0 commit comments