Skip to content

Commit

Permalink
debug .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 56709e0 commit e928a86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ bandit:
deploy-backend:
stage: deploy
script:
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
- ls -la
- echo "Content of the repository:"
- ls -la $CI_PROJECT_DIR
- flyctl auth token $FLY_API_TOKEN
- flyctl deploy --ha=false --config app/fly.toml -a insight-ai-api
- flyctl deploy --ha=false --config app/fly.toml --remote-only -a insight-ai-api --debug
environment: production
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
Expand Down

0 comments on commit e928a86

Please sign in to comment.