v2-deploy
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
Untone 2024-01-13 11:03:35 +03:00
parent 9c804bc873
commit d561deeb73

View File

@ -1,4 +1,4 @@
name: 'deploy' name: "deploy"
on: [push] on: [push]
jobs: jobs:
@ -17,6 +17,6 @@ jobs:
- name: Push to dokku - name: Push to dokku
uses: dokku/github-action@master uses: dokku/github-action@master
with: with:
branch: 'main' branch: "main"
git_remote_url: 'ssh://dokku@staging.discours.io:22/discoursio-api' git_remote_url: "ssh://dokku@v2.discours.io:22/core"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}