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' }} if: {{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
steps: steps:
- name: Deploy - name: Deploy
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }} 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