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 f4c310c commit 7ffd5b8Copy full SHA for 7ffd5b8
1 file changed
.github/workflows/depoy.yml
@@ -19,6 +19,9 @@ jobs:
19
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
20
fi
21
22
+ - name: Install Heroku CLI
23
+ run: |
24
+ curl https://cli-assets.heroku.com/install.sh | sh
25
- name: "Deploy ${{ github.ref }} to Heroku"
26
uses: akhileshns/heroku-deploy@v3.13.15
27
with:
0 commit comments