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.
2 parents 3884c85 + e7f0312 commit cf583aaCopy full SHA for cf583aa
README.md
@@ -83,7 +83,7 @@ or use the latest version from a branch, eg: ssh-deploy@main
83
```
84
- name: Deploy to Staging server
85
uses: easingthemes/ssh-deploy@main
86
- env:
+ with:
87
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
88
ARGS: "-rlgoDzvc -i"
89
SOURCE: "dist/"
@@ -124,7 +124,7 @@ jobs:
124
run: npm run build --if-present
125
- name: Deploy to Server
126
127
128
129
ARGS: "-rlgoDzvc -i --delete"
130
0 commit comments