We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c2a9 commit c124621Copy full SHA for c124621
README.md
@@ -47,12 +47,11 @@ jobs:
47
- name: 💞 Github actions...
48
uses: actions/checkout@v3
49
- name: 🌈 Deploy with ssh...
50
- uses: sebastianjnuwu/ssh-action-deploy@action
+ uses: sebastianjnuwu/ssh-action-deploy@v1
51
with:
52
IP: ${{ secrets.IP }}
53
USER: ${{ secrets.USER }}
54
KEY: ${{ secrets.KEY }}
55
- REPO: 'ssh-action-deploy'
56
FOLDER: 'root/.deploy'
57
RUN: 'ls -a; pwd'
58
```
@@ -64,6 +63,5 @@ jobs:
64
63
| `IP` | `1.1.1.1`| `true` |
65
| `USER` | `root` | `true` |
66
| `KEY` | xxxxxx | `true` |
67
-| `REPO` | `your-repository` | `true` |
68
| `FOLDER` | `user/.deploy`| `true` |
69
| `RUN` | `uptime` | `true` |
0 commit comments