Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Dec 27, 2023
1 parent 49d2942 commit e2f5a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: push
uses: dokku/github-action@master
with:
git_remote_url: "dokku@treestats.net:22:treestats-production"
git_remote_url: "ssh://dokku@treestats.net:22/treestats-production"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
continue_on_failure: true
- name: Notify Discord
Expand Down

0 comments on commit e2f5a44

Please sign in to comment.