Changed network #1

Merged
kovagoadi merged 25 commits from changed-network into main 2025-11-11 11:49:29 +01:00
Showing only changes of commit fbaf97cc65 - Show all commits

View File

@@ -92,6 +92,17 @@ jobs:
source: "./"
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
- name: Sync file via scp (staging)
# if: github.ref == 'refs/heads/main'
uses: appleboy/scp-action@master
with:
host: ${{ env.SSH_HOST }}
username: ${{ env.SSH_USER }}
key: ${{ env.SSH_PRIVATE_KEY }}
port: ${{ env.SSH_PORT }}
source: "./"
target: "${REMOTE_STAGING_PATH}"
run_docker_compose_dev:
name: Run docker-compose remotely (Dev)
runs-on: ubuntu-latest