Changed network #1
@@ -92,6 +92,17 @@ jobs:
|
|||||||
source: "./"
|
source: "./"
|
||||||
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
|
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:
|
run_docker_compose_dev:
|
||||||
name: Run docker-compose remotely (Dev)
|
name: Run docker-compose remotely (Dev)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user