From 7de7da0b473ec726c453d233cbb82cb661afa563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 13 Jan 2021 22:01:50 +0900 Subject: [PATCH] cI: syntax fix --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15f86d1..5ad2241 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file