hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix(ssh): use a file when providing the key #277

Closed roleyfoley closed 3 years ago

roleyfoley commented 3 years ago

Intent of Change

Description

When providing the ssh-key as a string it needs to be base64 encoded or as a file. Using a file instead to align with what the aws examples have

Motivation and Context

works on aws cli v1 and v2 and allow for the key to be uplaoded

How Has This Been Tested?

tested on deployment with issues

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: