Revert to original deploy.yml as we are only using SQlite

This commit is contained in:
Keannu Christian Bernasol 2025-09-01 03:05:33 +08:00
parent af35f1f317
commit f024bfd447

View file

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