You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Rsync files from a GitHub repo to a destination server over SSH'
inputs:
RSYNC_OPTIONS:
description: 'Rsync-specific options when running the command. Exclusions, deletions, etc'
required: true
RSYNC_TARGET:
description: 'Where to deploy the files on the server'
required: true
RSYNC_SOURCE:
description: 'What files to deploy from the repo (starts at root) **NOTE**: a trailing `/` deploys the _contents_ of the directory instead of the entire directory'