mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
Debug failed CI
This commit is contained in:
@@ -36,7 +36,7 @@ deploy dev:
|
||||
- mkdir .ssh
|
||||
- chmod 700 .ssh
|
||||
- echo $SSHKEY
|
||||
- echo -e $SSHKEY | sed 's/^ //' | sed '/^$/d' > .ssh/id_ed25519
|
||||
- echo $SSHKEY | sed 's/^ //' | sed '/^$/d' > .ssh/id_ed25519
|
||||
- chmod 600 .ssh/id_ed25519
|
||||
- cat .ssh/id_ed25519
|
||||
- echo rsync -avr --delete -e 'ssh -i .ssh/id_ed25519' public $SSHUSER@$SSHHOST:$SSHPATH/geeks-cookbook-dev
|
||||
|
||||
Reference in New Issue
Block a user