mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
Update to private key creation in CI
This commit is contained in:
@@ -35,8 +35,8 @@ deploy dev:
|
||||
- export LANG=C.UTF-8
|
||||
- mkdir .ssh
|
||||
- chmod 700 .ssh
|
||||
- echo $SSHKEY > .ssh/id_rsa
|
||||
- chmod 600 .ssh/id_rsa
|
||||
- echo -e $SSHKEY | sed 's/^ //' > .ssh/id_ed25519
|
||||
- chmod 600 .ssh/id_ed25519
|
||||
- rsync -avr public $SSHUSER@$SSHHOST:$SSHPATH/geeks-cookbook-dev
|
||||
# - export LC_ALL=C.UTF-8
|
||||
# - export LANG=C.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user