Merge pull request 'fix pipeline' (#4) from feature/pipeline into main
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
This commit is contained in:
commit
9659f735e2
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user