mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
v4 beta
This commit is contained in:
37
action.yml
37
action.yml
@@ -1,30 +1,19 @@
|
||||
name: 'FTP Deploy'
|
||||
description: 'Syncs files via FTP/SFTP to a remote server'
|
||||
description: 'Automate deploying websites and more with this GitHub action'
|
||||
author: 'Sam Kirkland'
|
||||
inputs:
|
||||
ftp-server:
|
||||
description: 'Deployment destination server & path. Formatted as protocol://domain.com:port/full/destination/path/'
|
||||
required: true
|
||||
ftp-username:
|
||||
description: 'FTP account username'
|
||||
required: true
|
||||
ftp-password:
|
||||
description: 'FTP account password'
|
||||
required: true
|
||||
local-dir:
|
||||
description: 'The local folder to copy, defaults to root project folder'
|
||||
default: ./
|
||||
required: false
|
||||
git-ftp-args:
|
||||
description: 'Passes through options into git-ftp'
|
||||
default:
|
||||
required: false
|
||||
known-hosts:
|
||||
description: The desired content of your `.ssh/known_hosts` file
|
||||
required: false
|
||||
server:
|
||||
required: true
|
||||
description: 'ftp server'
|
||||
username:
|
||||
required: true
|
||||
description: 'ftp username'
|
||||
password:
|
||||
required: true
|
||||
description: 'ftp password'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'upload-cloud'
|
||||
color: 'orange'
|
||||
color: 'orange'
|
||||
Reference in New Issue
Block a user