From 664d7aa60d9ae62a360b88af95b297b92c67bea2 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Sun, 9 Jul 2023 02:37:05 +0800 Subject: [PATCH] fix drone config --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0ef5cea..a499649 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: - cd /var/www/todo - git fetch - git reset --hard ${DRONE_COMMIT} + - git checkout ${DRONE_BRANCH} - docker-compose down - docker-compose up -d --build - docker image prune -f