actually use the ssh url though
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-12 07:54:22 -05:00
parent 6b05a717b8
commit 2878c5ca63
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -20,5 +20,6 @@ pipeline:
- GIT_AUTHOR_NAME="Woody the Woodpecker" - GIT_AUTHOR_NAME="Woody the Woodpecker"
- GIT_AUTHOR_EMAIL=ci@shrug.pw - GIT_AUTHOR_EMAIL=ci@shrug.pw
commands: commands:
- eho "$SSH_KEY" > ~/.ssh/id_rsa - mkdir -p ~/.ssh/
- echo "$SSH_KEY" > ~/.ssh/id_rsa
- bash deploy.sh - bash deploy.sh