yeah
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 21:44:54 -08:00
parent 9526b50715
commit 6a6a6f0711

View file

@ -4,6 +4,7 @@ pipeline:
secrets: [ ssh_key ] secrets: [ ssh_key ]
commands: commands:
- echo $SSH_KEY > /tmp/privateKey - echo $SSH_KEY > /tmp/privateKey
- chmod 600 /tmp/privateKey
- ssh -o "StrictHostKeyChecking=no" -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release" - ssh -o "StrictHostKeyChecking=no" -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release"
publish: publish: