develop #2

Merged
Bryant merged 15 commits from develop into main 2023-07-09 05:54:34 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 664d7aa60d - Show all commits

View File

@ -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