Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.