mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Debug failed CI
This commit is contained in:
@@ -35,6 +35,7 @@ deploy dev:
|
|||||||
- export LANG=C.UTF-8
|
- export LANG=C.UTF-8
|
||||||
- mkdir .ssh
|
- mkdir .ssh
|
||||||
- chmod 700 .ssh
|
- chmod 700 .ssh
|
||||||
|
- echo $SSHKEY
|
||||||
- echo -e $SSHKEY | sed 's/^ //' | sed '/^$/d' > .ssh/id_ed25519
|
- echo -e $SSHKEY | sed 's/^ //' | sed '/^$/d' > .ssh/id_ed25519
|
||||||
- chmod 600 .ssh/id_ed25519
|
- chmod 600 .ssh/id_ed25519
|
||||||
- cat .ssh/id_ed25519
|
- cat .ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user