We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45867a2 commit 4c2fdeaCopy full SHA for 4c2fdea
1 file changed
.github/workflows/deploy-heroku.yml
@@ -28,6 +28,7 @@ jobs:
28
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
29
run: |
30
heroku --version
31
+ heroku stack:set heroku-24 --app devdocs
32
heroku git:remote --app devdocs
33
# no --force; --force should never be necessary
34
git push heroku HEAD:main
0 commit comments