4
0
Fork 0

added a test key output

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-27 15:47:26 +01:00
parent f15f8c921c
commit a5d62ea30a
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -58,6 +58,7 @@ jobs:
chmod 700 .ssh chmod 700 .ssh
echo $PRIVATE_KEY > .ssh/github_actions.pem echo $PRIVATE_KEY > .ssh/github_actions.pem
chmod 600 .ssh/github_actions.pem chmod 600 .ssh/github_actions.pem
file .ssh/github_actions.pem && cat .ssh/github_actions.pem
### Build out the server ### Build out the server
- name: Terraform_Init - name: Terraform_Init