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