deploy-fix-2
All checks were successful
Deploy to notifier / deploy (push) Successful in 1m36s

This commit is contained in:
Untone 2024-02-03 19:24:35 +03:00
parent 3c3e93767c
commit 9f7143d756

View File

@ -21,6 +21,6 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
branch: "feature/core"
branch: "main"
git_remote_url: "ssh://dokku@v2.discours.io:22/notifier"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}