Compare commits

...

2 Commits

Author SHA1 Message Date
Dragan Filipovic
a3d2df0501 [version] Add author 2019-10-03 01:17:24 +02:00
Dragan Filipovic
7d63f7f134 [version] Description update 2019-10-03 01:07:28 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
name: 'ssh deploy'
description: 'For deploying code over ssh'
description: 'NodeJS action for FAST deployment with rsync/ssh'
author: 'easingthemes'
inputs:
SSH_PRIVATE_KEY: # Private Key
description: 'Private Key'

View File

@@ -1,6 +1,6 @@
{
"name": "ssh-deploy",
"version": "2.0.5",
"version": "2.0.7",
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
"main": "src/index.js",
"dependencies": {