fix: pipeline
Some checks failed
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
Rodrigo Verdiani 2025-10-28 22:06:07 -03:00
parent afbaf8c8b0
commit 3c74db239e

View File

@ -55,8 +55,8 @@ steps:
- >
ssh -p $DEPLOY_PORT $DEPLOY_USER@$DEPLOY_HOST "
docker pull $IMAGE &&
docker stop mangamochi 2>/dev/null || true &&
docker rm mangamochi 2>/dev/null || true &&
docker stop mangamochi-backend 2>/dev/null || true &&
docker rm mangamochi-backend 2>/dev/null || true &&
docker run -d --name mangamochi-backend \
--restart always \
--network host \