Skip to content

Commit b895ec3

Browse files
committed
chore: update deploy action
1 parent 593b1bd commit b895ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Push to dokku
22-
uses: dokku/github-action@v1.4.0
22+
uses: dokku/github-action@v1.7.0
2323
with:
2424
git_remote_url: 'ssh://dokku@${{ env.DOKKU_HOST }}:22/${{ env.DOKKU_APP_NAME }}'
2525
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)