Compare commits

..

2 Commits

Author SHA1 Message Date
rov
9659f735e2 Merge pull request 'fix pipeline' (#4) from feature/pipeline into main
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-10-28 22:19:26 -03:00
ef8f8c6535 fix: pipeline
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
2025-10-28 22:07:27 -03:00

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 \