debug: simplify main.yml for actions
All checks were successful
Deploy to core / deploy (push) Successful in 1m56s
All checks were successful
Deploy to core / deploy (push) Successful in 1m56s
This commit is contained in:
parent
2d73a5b874
commit
e8d85d9914
|
@ -4,30 +4,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- feature/core
|
- feature/core
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Cloning repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Push to core
|
|
||||||
uses: dokku/github-action@master
|
|
||||||
with:
|
|
||||||
ssh-private-key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
|
|
||||||
ssh-host: staging.discours.io
|
|
||||||
ssh-user: dokku
|
|
||||||
app-name: core
|
|
||||||
git-remote-url: ssh://dokku@staging.discours.io:22/core
|
|
||||||
|
|
||||||
name: 'Deploy to core'
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- feature/core
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user