fixing part that stops everything 3
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 2m2s

This commit is contained in:
2026-06-19 13:54:07 +00:00
parent 53adf5ea92
commit 94bfdadc68
-5
View File
@@ -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