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 2927f48 commit 6d6cb1bCopy full SHA for 6d6cb1b
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
npm run build
28
29
- name: Deploy
30
- uses: garygrossgarten/[email protected]
+ uses: Dylan700/sftp-upload-action@latest
31
with:
32
- local: dist/nice-blockly
33
- remote: ${{ secrets.TARGET }}
34
- host: ${{ secrets.HOST }}
+ server: ${{ secrets.HOST }}
35
username: ubuntu
36
- privateKey: ${{ secrets.PRIVATEKEY }}
+ key: ${{ secrets.PRIVATEKEY }}
+ uploads: |
+ dist/nice-blockly => ${{ secrets.TARGET }}
0 commit comments