Skip to content

Commit e7f0312

Browse files
authored
Update README.md
In reference of this issue and comment: easingthemes#149
1 parent 3884c85 commit e7f0312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ or use the latest version from a branch, eg: ssh-deploy@main
8383
```
8484
- name: Deploy to Staging server
8585
uses: easingthemes/ssh-deploy@main
86-
env:
86+
with:
8787
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
8888
ARGS: "-rlgoDzvc -i"
8989
SOURCE: "dist/"
@@ -124,7 +124,7 @@ jobs:
124124
run: npm run build --if-present
125125
- name: Deploy to Server
126126
uses: easingthemes/ssh-deploy@main
127-
env:
127+
with:
128128
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
129129
ARGS: "-rlgoDzvc -i --delete"
130130
SOURCE: "dist/"

0 commit comments

Comments
 (0)