roles-editor-fix
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Add server to known hosts
|
||||
run: |
|
||||
ssh-keyscan -H v3.dscrs.site >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -H staging.discours.io >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Deploy to Server
|
||||
env:
|
||||
SERVER_HOST: v3.dscrs.site
|
||||
SERVER_HOST: staging.discours.io
|
||||
SERVER_USER: dokku
|
||||
APP_NAME: core
|
||||
run: |
|
||||
|
@@ -26,7 +26,7 @@ jobs:
|
||||
git_remote_url: 'ssh://dokku@v2.discours.io:22/discoursio-api'
|
||||
ssh_private_key: ${{ secrets.PROD_PRIVATE_KEY }}
|
||||
|
||||
- name: Push to v3.dscrs.site branch
|
||||
- name: Push to staging
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user