File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
target-server : mi3-sr24.supercp.com
16
16
remote-user : samkirkland
17
- remote -key : ${{ secrets.SSH_KEY }}
17
+ private-ssh -key : ${{ secrets.SSH_KEY }}
18
18
ssh-port : 7822
19
19
destination-path : ~/
20
20
rsync-options : --dry-run --archive --verbose --compress --delete-after --human-readable --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore
Original file line number Diff line number Diff line change 26
26
with :
27
27
target-server : example.com
28
28
remote-user : username
29
- remote -key : ${{ secrets.SSH_KEY }}
29
+ private-ssh -key : ${{ secrets.SSH_KEY }}
30
30
destination-path : ~/destinationFolder/
31
31
` ` `
32
32
55
55
Keys can be added directly to your .yml config file or referenced from your project `Secrets` storage.
56
56
57
57
To add a `secret` go to the `Settings` tab in your project then select `Secrets`.
58
- I strongly recommend you store your `remote -key` as a secret.
58
+ I strongly recommend you store your `private-ssh -key` as a secret.
59
59
60
60
| Key Name | Required? | Example | Default | Description |
61
61
|--------------------|-----------|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -119,7 +119,7 @@ jobs:
119
119
with:
120
120
target-server: example.com
121
121
remote-user: username
122
- remote -key: ${{ secrets.SSH_KEY }}
122
+ private-ssh -key: ${{ secrets.SSH_KEY }}
123
123
destination-path: ~/destinationFolder/
124
124
` ` `
125
125
@@ -141,7 +141,7 @@ jobs:
141
141
with:
142
142
target-server: example.com
143
143
remote-user: username
144
- remote -key: ${{ secrets.SSH_KEY }}
144
+ private-ssh -key: ${{ secrets.SSH_KEY }}
145
145
ssh-port: 22
146
146
destination-path: ~/destinationFolder/
147
147
rsync-options: --dry-run --archive --verbose --compress --delete-after --human-readable --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore
You can’t perform that action at this time.
0 commit comments