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
|
||||
id: key-job
|
||||
uses: srueda99/scp-action@v1
|
||||
uses: srueda99/scp-action@v2
|
||||
with:
|
||||
port: 22
|
||||
host: ${{ secrets.SERVER_ADDRESS }}
|
||||
|
@ -23,7 +23,7 @@ Use Github secrets to give these parameters.
|
||||
**With password**
|
||||
```
|
||||
name: Copy using password
|
||||
uses: srueda99/scp-action@v1
|
||||
uses: srueda99/scp-action@v2
|
||||
with:
|
||||
port: 22
|
||||
host: ${{ secrets.SERVER_ADDRESS }}
|
||||
@ -35,7 +35,7 @@ with:
|
||||
**With key**
|
||||
```
|
||||
name: Copy using key
|
||||
uses: srueda99/scp-action@v1
|
||||
uses: srueda99/scp-action@v2
|
||||
with:
|
||||
port: 22
|
||||
host: ${{ secrets.SERVER_ADDRESS }}
|
||||
@ -47,7 +47,7 @@ with:
|
||||
**With origin folder**
|
||||
```
|
||||
name: Copy using password
|
||||
uses: srueda99/scp-action@v1
|
||||
uses: srueda99/scp-action@v2
|
||||
with:
|
||||
port: 22
|
||||
host: ${{ secrets.SERVER_ADDRESS }}
|
||||
@ -60,7 +60,7 @@ with:
|
||||
**With passphrase**
|
||||
```
|
||||
name: Copy using key
|
||||
uses: srueda99/scp-action@v1
|
||||
uses: srueda99/scp-action@v2
|
||||
with:
|
||||
port: 22
|
||||
host: ${{ secrets.SERVER_ADDRESS }}
|
||||
|
Loading…
Reference in New Issue
Block a user