Skip to content

Commit e928a86

Browse files
author
John Dutchover
committed
debug .gitlab-ci.yml
1 parent 56709e0 commit e928a86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ bandit:
7070
deploy-backend:
7171
stage: deploy
7272
script:
73-
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
73+
- ls -la
74+
- echo "Content of the repository:"
75+
- ls -la $CI_PROJECT_DIR
7476
- flyctl auth token $FLY_API_TOKEN
75-
- 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
7678
environment: production
7779
rules:
7880
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'

0 commit comments

Comments
 (0)