Merge pull request 'fix pipeline' (#4) from feature/pipeline into main
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
rov 2025-10-28 22:19:26 -03:00
commit 9659f735e2

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 \