feat: add to CI/CD piplin
Some checks failed
deploy / deploy (push) Failing after 22s

This commit is contained in:
Stepan Vladovskiy 2023-10-15 15:32:06 -03:00
parent fd304768b7
commit cbd4c41d32

View File

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