feat: add to CI/CD piplin
All checks were successful
deploy / deploy (push) Successful in 29s

This commit is contained in:
Stepan Vladovskiy 2023-10-15 15:33:11 -03:00
parent cbd4c41d32
commit 9a7852e17c

View File

@ -18,5 +18,5 @@ jobs:
uses: dokku/github-action@master
with:
branch: 'main'
git_remote_url: 'ssh://dokku@staging.discours.io:22/backend'
git_remote_url: 'ssh://dokku@staging.discours.io:22/discoursio-api'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}