Compare commits

..

1 Commits

Author SHA1 Message Date
Sergey Shoshin
0c39091ff2
Merge 35ccd2ccc4 into 3884c8554f 2023-04-25 14:18:47 +00:00

View File

@ -85,7 +85,7 @@ or use the latest version from a branch, eg: ssh-deploy@main
```
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@main
with:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i"
SOURCE: "dist/"
@ -126,7 +126,7 @@ jobs:
run: npm run build --if-present
- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
with:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "dist/"