cI: syntax fix

This commit is contained in:
원더 2021-01-13 22:01:50 +09:00
parent 12d963ff6c
commit 7de7da0b47

View File

@ -69,9 +69,9 @@ jobs:
if: {{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
steps:
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build