ci: missing daemon option

This commit is contained in:
원더 2021-01-14 10:29:13 +09:00
parent 98a5c3f657
commit 1a1eeb2b44

View File

@ -79,4 +79,4 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build -d