roles-editor-fix

This commit is contained in:
2025-07-25 10:09:01 +03:00
parent ac4d6799c8
commit cb946fb30e
3 changed files with 20 additions and 26 deletions

View File

@@ -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: |

View File

@@ -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: