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