This commit is contained in:
2024-09-23 17:43:50 +03:00
parent 5f0775ab8f
commit 685698bc66
2 changed files with 4 additions and 7 deletions

View File

@@ -23,11 +23,4 @@ jobs:
with:
branch: 'main'
git_remote_url: 'ssh://dokku@v2.discours.io:22/quoter'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Push to dokku
uses: dokku/github-action@master
with:
branch: 'dev'
git_remote_url: 'ssh://dokku@staging.discours.io:22/quoter'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}