update deploy

This commit is contained in:
long2ice
2020-09-19 20:26:30 +08:00
parent 4a6c5c9a22
commit f3bb80bfc5

View File

@@ -13,7 +13,5 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /root/fastapi-admin/
source venv/bin/activate.fish
git pull
make deps
supervisorctl restart fastapi-admin
docker-compose up -d --build