Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Mar 25, 2024
1 parent 880fc11 commit 11f8a04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ jobs:
run: npm i -g @railway/cli

- name: Deploy
run: railway up
run: railway up --service "microvan"
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
1 change: 0 additions & 1 deletion backend/zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"production": {
"aws_region": "ap-southeast-1",
"django_settings": "core.settings",
"profile_name": "default",
"project_name": "backend",
"runtime": "python3.10",
"s3_bucket": "microvan-zappa-deployments",
Expand Down

0 comments on commit 11f8a04

Please sign in to comment.