Skip to content

Commit

Permalink
fix prod deploy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 5, 2023
1 parent e924603 commit c689399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
git pull origin master
docker build -t akatsuki-api:latest .
cd /home/akatsuki/workbench
docker-compose restart \
akatsuki-api
docker-compose stop akatsuki-api
docker-compose up -d akatsuki-api

0 comments on commit c689399

Please sign in to comment.