mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-06-27 07:27:43 +00:00
Compare commits
3 Commits
49152b5bd8
...
3f99793a2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f99793a2a | ||
|
|
cf583aab4f | ||
|
|
e7f0312c8c |
@ -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
|
||||
env:
|
||||
with:
|
||||
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
|
||||
env:
|
||||
with:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ARGS: "-rlgoDzvc -i --delete"
|
||||
SOURCE: "dist/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user