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