We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c25e0 commit 985472bCopy full SHA for 985472b
.github/workflows/deploy-docs.yml
@@ -17,6 +17,8 @@ jobs:
17
run: |
18
git fetch --prune --unshallow
19
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
20
+ - name: Install Heroku CLI
21
+ run: curl https://cli-assets.heroku.com/install.sh | sh
22
- name: Login to Heroku Container Registry
23
run: echo ${{ secrets.HEROKU_API_KEY }} | docker login -u ${{ secrets.HEROKU_EMAIL }} --password-stdin registry.heroku.com
24
- name: Build Docker Image
0 commit comments