Skip to content

Commit 56709e0

Browse files
author
John Dutchover
committed
add fly app name to .gitlab-ci.yml
1 parent 4c876d9 commit 56709e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deploy-backend:
7272
script:
7373
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
7474
- flyctl auth token $FLY_API_TOKEN
75-
- flyctl deploy --ha=false --config app/fly.toml
75+
- flyctl deploy --ha=false --config app/fly.toml -a insight-ai-api
7676
environment: production
7777
rules:
7878
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'

0 commit comments

Comments
 (0)