Skip to content

Commit

Permalink
force back-end deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Safewaan committed Jul 25, 2023
1 parent 56f8c8d commit 4f1af5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heroku-deploy-dev-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Add Heroku git remote
run: heroku git:remote --app $HEROKU_APP_NAME
env:
HEROKU_APP_NAME: "${{ secrets.DEV_PROJECT_ID }}"
HEROKU_APP_NAME: "${{ secrets.HEROKU_APP_NAME }}"
- name: Set Heroku config vars
run: |
mongodb {
Expand Down
1 change: 1 addition & 0 deletions backend/delete.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a

0 comments on commit 4f1af5c

Please sign in to comment.