fix branch
All checks were successful
deploy / deploy (push) Successful in 1m6s

This commit is contained in:
2025-04-14 22:58:21 -03:00
parent 85ee033a33
commit f1ac733985

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Push to dokku - name: Push to dokku
uses: dokku/github-action@main uses: dokku/github-action@master
with: with:
git_remote_url: "ssh://dokku@sergio.run:3022/hello-world" git_remote_url: "ssh://dokku@sergio.run:3022/hello-world"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}