mirror of
https://gitee.com/jack_whh/ssh-scp-ssh-pipelines.git
synced 2026-03-09 22:42:55 +08:00
use latest branch
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: scp files
|
name: scp files
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- latest
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -1,11 +1,13 @@
|
|||||||
# SSH SCP SSH Pipelines
|
# SSH SCP SSH Pipelines
|
||||||
|
|
||||||
|
[Github actions](https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action)
|
||||||
|
|
||||||
Credit to [SSH SCP Action of Ali Najafizadeh](https://github.com/alinz/ssh-scp-action)
|
Credit to [SSH SCP Action of Ali Najafizadeh](https://github.com/alinz/ssh-scp-action)
|
||||||
|
|
||||||
This action allows doing
|
This action allows doing in order
|
||||||
1. ssh
|
1. ssh if defined
|
||||||
2. scp
|
2. scp if defined
|
||||||
3. ssh
|
3. ssh if defined
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
see the [action.yml](./action.yml) file for more detail imformation.
|
see the [action.yml](./action.yml) file for more detail imformation.
|
||||||
@@ -53,6 +55,7 @@ e.g.
|
|||||||
|
|
||||||
|
|
||||||
## Usages
|
## Usages
|
||||||
|
see the [deploy.yml](./.github/workflows/deploy.yml) file for more detail imformation.
|
||||||
|
|
||||||
#### ssh scp ssh pipelines
|
#### ssh scp ssh pipelines
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user