Update .woodpecker.yml

This commit is contained in:
Keannu Bernasol 2024-12-12 01:47:40 +08:00
parent 1fe73565f4
commit 27caa3c081

View file

@ -11,7 +11,7 @@ steps:
- chmod 600 /root/.ssh/id_rsa - chmod 600 /root/.ssh/id_rsa
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
- ssh "$SSH_HOST" ' - ssh "$SSH_HOST" '
cd $PROJECT_DIRECTORY; cd "$PROJECT_DIRECTORY";
docker-compose down; docker-compose down;
docker image rm "$REGISTRY_IMAGE_TAG" || true; docker image rm "$REGISTRY_IMAGE_TAG" || true;
docker volume rm "$DOCKER_DB_VOLUME" || true; docker volume rm "$DOCKER_DB_VOLUME" || true;