Skip to content

Commit

Permalink
try to fix heroku test and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theendie committed Dec 2, 2023
1 parent c5d2ae9 commit 0cfd205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
with:
heroku_api_key: ${{env.HEROKU_API_KEY}}
heroku_app_name: ${{env.HEROKUAAPP_STAGING"}} #Must be unique in Heroku
heroku_app_name: ${{env.HEROKUAAPP_STAGING}} #Must be unique in Heroku
heroku_email: ${{env.EMAIL}}
usedocker: true
# healthcheck: "https://.herokuapp.com/health"
Loading

0 comments on commit 0cfd205

Please sign in to comment.