This commit is contained in:
parent
295f108c30
commit
a122954534
@ -37,10 +37,10 @@ steps:
|
||||
- git submodule update
|
||||
- rm -rfv ./public
|
||||
- hugo --gc=true --minify
|
||||
- echo "$HUGO_KEY" > hugo_deploy
|
||||
- chmod -v 600 hugo_deploy #hellyeah
|
||||
- rsync -ave 'ssh -vvvv -i ./hugo_deploy -o KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -o PreferredAuthentications=publickey -o PasswordAuthentication=no -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no' --delete public/ $HUGO_USER@$HUGO_HOST:$HUGO_DIR || true
|
||||
- shred -zuv 7 hugo_deploy || true
|
||||
- echo "$HUGO_KEY" > ~/hugo_deploy
|
||||
- chmod -v 600 ~/hugo_deploy #hellyeah
|
||||
- rsync -ave 'ssh -vvvv -i ~/hugo_deploy -o KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -o PreferredAuthentications=publickey -o PasswordAuthentication=no -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no' --delete public/ $HUGO_USER@$HUGO_HOST:$HUGO_DIR || true
|
||||
- shred -zuv 7 ~/hugo_deploy || true
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
|
Loading…
Reference in New Issue
Block a user