Correcting Compose Deployment args.
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
|||||||
host: 192.168.1.252
|
host: 192.168.1.252
|
||||||
user: pi
|
user: pi
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
args: --remove-orphans -d ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
args: --remove-orphans -d ${{ steps.detect_services.outputs.docker_svc_list }}
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
summary: true
|
summary: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user