diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 45fb899..6c6bbdc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,12 +12,12 @@ jobs: - name: Deploy uses: garygrossgarten/github-action-ssh@release - with: - command: cp . /home/arthur/website - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - passphrase: ${{ secrets.PASSPHRASE }} - privateKey: ${{ secrets.KEY}} + with: + command: cp . /home/arthur/website + host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + passphrase: ${{ secrets.PASSPHRASE }} + privateKey: ${{ secrets.KEY}} - name: Build run: yarn run build-all