Skip to content

Commit 7a188fc

Browse files
committed
Try push
1 parent 41ad015 commit 7a188fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set Container
1818
env:
1919
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
20-
run: heroku stack:set container
20+
run: git push heroku main
2121
- name: Login to Heroku Container registry
2222
env:
2323
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)