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,11 +28,6 @@ jobs:
|
||||
|
||||
- name: Clean up old docker containers and networks
|
||||
if: always()
|
||||
with:
|
||||
host: ${{ secrets.REMOTE_HOST }}
|
||||
username: ${{ secrets.REMOTE_USER }}
|
||||
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