Change on Readme
This commit is contained in:
parent
e12784daec
commit
b29b4d4bf6
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy using key
|
- name: Copy using key
|
||||||
id: key-job
|
id: key-job
|
||||||
uses: srueda99/scp-action@v1
|
uses: srueda99/scp-action@v2
|
||||||
with:
|
with:
|
||||||
port: 22
|
port: 22
|
||||||
host: ${{ secrets.SERVER_ADDRESS }}
|
host: ${{ secrets.SERVER_ADDRESS }}
|
||||||
|
@ -23,7 +23,7 @@ Use Github secrets to give these parameters.
|
|||||||
**With password**
|
**With password**
|
||||||
```
|
```
|
||||||
name: Copy using password
|
name: Copy using password
|
||||||
uses: srueda99/scp-action@v1
|
uses: srueda99/scp-action@v2
|
||||||
with:
|
with:
|
||||||
port: 22
|
port: 22
|
||||||
host: ${{ secrets.SERVER_ADDRESS }}
|
host: ${{ secrets.SERVER_ADDRESS }}
|
||||||
@ -35,7 +35,7 @@ with:
|
|||||||
**With key**
|
**With key**
|
||||||
```
|
```
|
||||||
name: Copy using key
|
name: Copy using key
|
||||||
uses: srueda99/scp-action@v1
|
uses: srueda99/scp-action@v2
|
||||||
with:
|
with:
|
||||||
port: 22
|
port: 22
|
||||||
host: ${{ secrets.SERVER_ADDRESS }}
|
host: ${{ secrets.SERVER_ADDRESS }}
|
||||||
@ -47,7 +47,7 @@ with:
|
|||||||
**With origin folder**
|
**With origin folder**
|
||||||
```
|
```
|
||||||
name: Copy using password
|
name: Copy using password
|
||||||
uses: srueda99/scp-action@v1
|
uses: srueda99/scp-action@v2
|
||||||
with:
|
with:
|
||||||
port: 22
|
port: 22
|
||||||
host: ${{ secrets.SERVER_ADDRESS }}
|
host: ${{ secrets.SERVER_ADDRESS }}
|
||||||
@ -60,7 +60,7 @@ with:
|
|||||||
**With passphrase**
|
**With passphrase**
|
||||||
```
|
```
|
||||||
name: Copy using key
|
name: Copy using key
|
||||||
uses: srueda99/scp-action@v1
|
uses: srueda99/scp-action@v2
|
||||||
with:
|
with:
|
||||||
port: 22
|
port: 22
|
||||||
host: ${{ secrets.SERVER_ADDRESS }}
|
host: ${{ secrets.SERVER_ADDRESS }}
|
||||||
|
Loading…
Reference in New Issue
Block a user