Tweaked description

This commit is contained in:
Contention
2023-03-24 16:23:59 +00:00
committed by GitHub
parent a5bf1cc70f
commit a0a657cdc1

View File

@@ -1,6 +1,6 @@
# rsync deployments # rsync deployments
This GitHub Action deploys *everything* in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh. This GitHub Action deploys files in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.
This action would usually follow a build/test action which leaves deployable code in `GITHUB_WORKSPACE`. This action would usually follow a build/test action which leaves deployable code in `GITHUB_WORKSPACE`.