Build commit
This commit is contained in:
19
.github/workflows/cicd.yml
vendored
Normal file
19
.github/workflows/cicd.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Super SCP Action
|
||||
on: [push]
|
||||
jobs:
|
||||
scp:
|
||||
name: SCP Copy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Copy using key
|
||||
id: key-job
|
||||
uses: srueda99/scp-action@v1
|
||||
with:
|
||||
port: 22
|
||||
host:
|
||||
target: "/home"
|
||||
username:
|
||||
key:
|
||||
Reference in New Issue
Block a user