Update README.md

This commit is contained in:
Steven Agyekum 2019-12-04 16:08:15 +01:00 committed by GitHub
parent 7d15fca650
commit 0ce1e18957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
# rsync deployments
Forked from [Contention/rsync-deployments](https://github.com/Contention/rsync-deployments)
This GitHub Action deploys files in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.
Use this action in a build/test workflow which leaves deployable code in `GITHUB_WORKSPACE`.