Skip to content

Commit

Permalink
chore: Fix deploy workflow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 23, 2023
1 parent ecab4e3 commit d07dd3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
branch: main
git_remote_url: 'ssh://[email protected]/eslint-github-bot'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit d07dd3b

Please sign in to comment.