1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Update to private key creation in CI

This commit is contained in:
David Young
2017-07-29 22:01:23 +12:00
parent ba93830309
commit 05b37de116

View File

@@ -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