mirror of
https://gitee.com/jiulinxiri/rsync-deployments.git
synced 2025-09-10 18:05:06 +08:00
Create action.yml
This commit is contained in:
28
action.yml
Normal file
28
action.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: 'rsync deployments'
|
||||
description: 'Quick and simple method of deploying code to a webserver via rsync over ssh'
|
||||
author: 'Contention'
|
||||
inputs:
|
||||
flags:
|
||||
description: 'Initial/required rsync flags'
|
||||
required: true
|
||||
excludes:
|
||||
description: 'Exclude flags and directory pairs'
|
||||
required: true
|
||||
user:
|
||||
description: 'The server user'
|
||||
required: true
|
||||
host:
|
||||
description: 'The deployment target'
|
||||
required: true
|
||||
localpath:
|
||||
description: 'The local path to sync'
|
||||
required: true
|
||||
remotepath:
|
||||
description: 'The remote path to sync'
|
||||
required: true
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
icon: 'truck'
|
||||
color: 'yellow'
|
Reference in New Issue
Block a user