Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Nov 19, 2019
1 parent 257b2d8 commit 8b390e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SSH and SCP in GITHUB's Action
# SSH and SCP Setup in GITHUB's Action

Execute commands and upload files to remove server in pure bash script
Setup ssh agent for both ssh and scp. Script can be run before and after scp operation has been completed

## USAGE

```yml
- name: Test
uses: alinz/temp_actions/test@master
- name: Operations
uses: alinz/ssh-scp-action@master
env:
HELLO: cool
MESSAGE: hello world
Expand All @@ -15,7 +15,6 @@ Execute commands and upload files to remove server in pure bash script
host: example.com
port: 22
user: john

# runs this on remove server
ssh_before: |
rm -rf sample1.dat sample2.dat
Expand Down

0 comments on commit 8b390e3

Please sign in to comment.