Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Feb 10, 2024
1 parent 8c16989 commit 7900f77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ bandit:
deploy-backend:
stage: deploy
script:
- ls -la $CI_PROJECT_DIR\app
- ls -la $CI_PROJECT_DIR\app\requirements
- echo "Deploy backend app from $CI_COMMIT_BRANCH branch"
- flyctl auth token $FLY_API_TOKEN
- flyctl deploy --ha=false --config app/fly.toml --dockerfile app/Dockerfile -a insight-ai-api
environment: production
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,3 @@ Makefile command table
- checkmake
- configured in `.gitlab-ci.yml`
- run by MegaLinter

### Fly

#### Production
- app/fly.production.toml

#### Staging
- app/fly.staging.toml

0 comments on commit 7900f77

Please sign in to comment.