feat: dev branch deploying on staging
All checks were successful
Deploy on Push / deploy (push) Successful in 1m53s

This commit is contained in:
Stepan Vladovskiy 2024-05-05 16:27:22 -03:00
parent f964aa380e
commit cc36b46fd7

View File

@ -31,6 +31,6 @@ jobs:
uses: dokku/github-action@master
with:
branch: 'main'
git_remote_url: 'ssh://dokku@stagging.discours.io:22/uploader'
git_remote_url: 'ssh://dokku@staging.discours.io:22/uploader'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}