try this
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-12 08:03:51 -05:00
parent f2dcf76992
commit cb5455a1c1
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -22,5 +22,5 @@ pipeline:
commands: commands:
- mkdir -p ~/.ssh/ - mkdir -p ~/.ssh/
- echo "$SSH_KEY" > ~/.ssh/id_rsa - echo "$SSH_KEY" > ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa - chmod 0600 ~/.ssh/id_rsa
- bash deploy.sh - bash deploy.sh