ci-fix
Some checks failed
deploy / deploy (push) Failing after 6s

This commit is contained in:
2024-09-23 14:01:20 +03:00
parent 3ff90ba4f3
commit 22fd211c7c
2 changed files with 11 additions and 1 deletions

View File

@@ -23,4 +23,11 @@ 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 }}