fixing part that stops everything 3
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 2m2s
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 2m2s
This commit is contained in:
@@ -28,14 +28,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Clean up old docker containers and networks
|
- name: Clean up old docker containers and networks
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
run: |
|
||||||
host: ${{ secrets.REMOTE_HOST }}
|
docker container prune -f || true &&
|
||||||
username: ${{ secrets.REMOTE_USER }}
|
docker network prune -f || true
|
||||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
|
||||||
port: 22
|
|
||||||
run: |
|
|
||||||
docker container prune -f || true &&
|
|
||||||
docker network prune -f || true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user