We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e53e commit fe56d8fCopy full SHA for fe56d8f
.github/workflows/deploy.yml
@@ -39,11 +39,11 @@ jobs:
39
run: pnpm run build
40
41
- name: Deploy to the server.
42
- uses: cross-the-world/scp-pipeline@master
+ uses: appleboy/scp-[email protected]
43
with:
44
host: ${{ secrets.REMOTE_HOST }}
45
- user: ${{ secrets.REMOTE_NAME }}
46
- pass: ${{ secrets.REMOTE_PASS }}
47
- connect_timeout: 10s
48
- local: 'dist/*'
49
- remote: ${{ secrets.REMOTE_TARGET }}
+ username: ${{ secrets.REMOTE_NAME }}
+ password: ${{ secrets.REMOTE_PASS }}
+ source: "dist/*"
+ target: ${{ secrets.REMOTE_TARGET }}
+ strip_components: 1
0 commit comments