mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update deploy.yml
This commit is contained in:
parent
23c14e9079
commit
bfcaf1e4b5
1 changed files with 1 additions and 1 deletions
|
@ -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;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue