diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be03c67..df0ed17 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,5 @@ jobs: run: | npm install npm run build - - name: ls -a via ssh - uses: garygrossgarten/github-action-ssh@release - with: - command: ls -a - host: ${{ secrets.HOST }} - username: root - passphrase: ${{ secrets.PASSPHRASE }} - privateKey: ${{ secrets.PRIVATE_KEY}} + - name: transfer package.json + run: scp ./dist/package.json root@${{secrets.HOST}}:./baby_app/