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 bfa8d525a2 - Show all commits

View File

@@ -93,7 +93,7 @@ jobs:
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}" target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
- name: Sync file via scp (staging) - name: Sync file via scp (staging)
# if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: ${{ env.SSH_HOST }} host: ${{ env.SSH_HOST }}
@@ -132,8 +132,8 @@ jobs:
name: Run docker-compose remotely (Staging) name: Run docker-compose remotely (Staging)
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [sync_repo_files, prepare_deployment_vars] needs: [sync_repo_files, prepare_deployment_vars]
# if: | if: |
# (github.ref == 'refs/heads/main') (github.ref == 'refs/heads/main')
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1 uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1