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 ba97d19 commit a8e7e2eCopy full SHA for a8e7e2e
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: npm run build --if-present
22
23
- name: copy compiled assets to remote
24
- uses: appleboy/scp-action@v4
+ uses: appleboy/scp-action@v1
25
with:
26
host: ${{ secrets.DEPLOY_HOST }}
27
username: ${{ secrets.DEPLOY_USERNAME }}
0 commit comments