Skip to content

Commit

Permalink
fix: api.py and cd-staging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaputrailhamawal committed Apr 22, 2024
1 parent f49f569 commit 32ad371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Hit Endpoint
run: |
sleep 15
curl ${{ vars.STAGING_URL }}
- name: Clear Docker Image Cache
Expand Down
2 changes: 1 addition & 1 deletion backend/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ def post_data():
if __name__ == '__main__':
with app.app_context():
db.create_all()
app.run(host='0.0.0.0', debug=True)
app.run(host='0.0.0.0', debug=False)

0 comments on commit 32ad371

Please sign in to comment.