Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/rsync-deployments
Deployment action that uses rsync
https://github.com/firstandthird/rsync-deployments
Last synced: 3 days ago
JSON representation
Deployment action that uses rsync
- Host: GitHub
- URL: https://github.com/firstandthird/rsync-deployments
- Owner: firstandthird
- Created: 2021-10-09T06:27:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T23:19:37.000Z (over 3 years ago)
- Last Synced: 2025-01-01T21:40:25.296Z (21 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsync deployments
This GitHub Action deploys *everything* in a configureable folder to a folder on a server via rsync over ssh.
This action would usually follow a build/test action which leaves deployable code in the folder of your choosing.
# Required SECRETs
This action needs a `DEPLOY_KEY` or `DEPLOY_PASS` secret variable.