Skip to content

Commit 78a1373

Browse files
authored
chore: fix deploy
1 parent 4b10b81 commit 78a1373

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ jobs:
7373
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
7474
fi
7575
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
76+
- name: Install Heroku CLI
77+
run: |
78+
curl https://cli-assets.heroku.com/install.sh | sh
7679
- name: "Deploy ${{ github.ref }} to Heroku"
77-
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
80+
uses: akhileshns/heroku-deploy@v3.13.15
7881
with:
7982
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
8083
heroku_app_name: "dsomm"
8184
heroku_email: timo.pagel@owasp.org
8285
branch: ${{ env.HEROKU_BRANCH }}
83-
usedocker: true
86+
usedocker: true

0 commit comments

Comments
 (0)