Compare commits

..

1 Commits

Author SHA1 Message Date
Javad Khorashadizade
49152b5bd8
Merge f93c848a2a into 3884c8554f 2023-04-08 10:32:41 +00:00

View File

@ -87,7 +87,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/"
@ -129,7 +129,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/"