Skip to content

Commit

Permalink
(chore) update dokku configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MateiSR committed Jun 27, 2024
1 parent a5ef846 commit 580847e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-to-dokku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
fetch-depth: 0

- name: Push to dokku
uses: dokku/github-action@master
uses: obrassard/action-dokku-deploy@cloudflared
with:
git_remote_url: "ssh://dokku@dokku.mateisr.com:22/discord-bot"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku_repo: "ssh://dokku@dokku.mateisr.com:22/discord-bot"
ssh_key: ${{ secrets.SSH_KEY }}
cloudflared_client_id: ${{ secrets.CLOUDFLARED_CLIENT_ID }}
cloudflared_client_secret: ${{ secrets.CLOUDFLARED_CLIENT_SECRET }}
deploy_branch: "master"

0 comments on commit 580847e

Please sign in to comment.