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:
@@ -37,6 +37,8 @@ deploy dev:
|
|||||||
- chmod 700 .ssh
|
- chmod 700 .ssh
|
||||||
- echo -e $SSHKEY | sed 's/^ //' > .ssh/id_ed25519
|
- echo -e $SSHKEY | sed 's/^ //' > .ssh/id_ed25519
|
||||||
- chmod 600 .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
|
||||||
- rsync -avr --delete -e 'ssh -i .ssh/id_ed25519' public $SSHUSER@$SSHHOST:$SSHPATH/geeks-cookbook-dev
|
- rsync -avr --delete -e 'ssh -i .ssh/id_ed25519' 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