We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1960fe commit cfc8a53Copy full SHA for cfc8a53
.github/workflows/heroku-deploy.yml
@@ -14,15 +14,13 @@ jobs:
14
env:
15
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
16
run: heroku --version
17
-
18
- name: Login to Heroku Container registry
19
20
21
run: heroku container:login
22
- name: Add remote origin
23
run: |
24
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
25
- - name: Set stack
26
- name: Check branches
27
28
0 commit comments