Update deploy.yml

This commit is contained in:
Keannu Christian Bernasol 2025-09-01 02:39:20 +08:00
parent 23c14e9079
commit bfcaf1e4b5

View file

@ -23,7 +23,7 @@ steps:
docker-compose down;
docker image rm "$REGISTRY_IMAGE_TAG" || true;
docker volume rm "$DOCKER_VOLUME_DB" || true;
wget -O docker-compose.yml "$DOCKER_COMPOSE_URL";
wget -O "$DOCKER_COMPOSE_URL" docker-compose.yml;
docker pull "$REGISTRY_IMAGE_TAG";
docker-compose up -d;
docker image prune -af;"