Skip to content

Commit

Permalink
changed to deploy to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
theendie committed Dec 2, 2023
1 parent bcdeb55 commit 3dda4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKUAAPP }} #Must be unique in Heroku
heroku_app_name: ${{ secrets.HEROKUAAPP_STAGING }} #Must be unique in Heroku
heroku_email: ${{ secrets.EMAIL }}
# usedocker: true
healthcheck: "https://endie-staging-b4b8fbb2224a.herokuapp.com/"

0 comments on commit 3dda4dd

Please sign in to comment.