fix: pipeline
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful

This commit is contained in:
Rodrigo Verdiani 2025-10-28 22:06:07 -03:00
parent fdedf8b712
commit ef8f8c6535

View File

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