feature/todo #1

Merged
Bryant merged 15 commits from feature/todo into develop 2023-07-09 05:51:10 +08:00
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