mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-06-26 23:17:42 +00:00
Compare commits
3 Commits
0863b9fefe
...
e923ff605c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e923ff605c | ||
|
|
cf583aab4f | ||
|
|
e7f0312c8c |
@ -83,7 +83,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/"
|
||||
@ -124,7 +124,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