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 56709e0 commit e928a86Copy full SHA for e928a86
.gitlab-ci.yml
@@ -70,9 +70,11 @@ bandit:
70
deploy-backend:
71
stage: deploy
72
script:
73
- - echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
+ - ls -la
74
+ - echo "Content of the repository:"
75
+ - ls -la $CI_PROJECT_DIR
76
- flyctl auth token $FLY_API_TOKEN
- - flyctl deploy --ha=false --config app/fly.toml -a insight-ai-api
77
+ - flyctl deploy --ha=false --config app/fly.toml --remote-only -a insight-ai-api --debug
78
environment: production
79
rules:
80
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
0 commit comments