From f3bb80bfc57326da2052d6feb62d430bf37ed547 Mon Sep 17 00:00:00 2001 From: long2ice Date: Sat, 19 Sep 2020 20:26:30 +0800 Subject: [PATCH] update deploy --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4282c75..0bb20a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file + docker-compose up -d --build