Skip to content

Commit a55bbe6

Browse files
Updated description to be under 150chars
1 parent 18e4691 commit a55bbe6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Hetzner Deployer'
2-
description: 'Rolling deployments using Hetzner Loadbalancers. Removes the servers from the LB, enters into each server via SSH to run some deploy commands and puts back the server on the LB.'
2+
description: 'Rolling deployments using Hetzner Loadbalancers for zero downtime deployments'
33
author: Carlos Florêncio
44

55
inputs:
@@ -24,7 +24,7 @@ inputs:
2424
description: 'SSH private key file (string)'
2525
required: true
2626
runs:
27-
using: 'node14'
27+
using: 'node12'
2828
main: 'index.js'
2929

3030
branding:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hetzner-deployer",
33
"version": "1.0.0",
4-
"description": "Rolling deployments using Hetzner Loadbalancers. Removes the servers from the LB, enters into each server via SSH to run some deploy commands and puts back the server on the LB.",
4+
"description": "Rolling deployments using Hetzner Loadbalancers for zero downtime deployments.",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)