back to black
All checks were successful
ci/woodpecker/push/build-html-copy-to-server Pipeline was successful
All checks were successful
ci/woodpecker/push/build-html-copy-to-server Pipeline was successful
This commit is contained in:
parent
8482adba73
commit
d62cd2de03
|
@ -21,11 +21,7 @@ steps:
|
|||
image: hugomods/hugo
|
||||
commands:
|
||||
- hugo version
|
||||
- git -C sb submodule update --init --recursive
|
||||
- hugo --cleanDestinationDir -s sb --logLevel debug --debug # ohne --logFile
|
||||
# Installiere das `tree`-Tool, um die Struktur von `sb/public` anzuzeigen
|
||||
- apk add --no-cache tree
|
||||
- tree sb/public # zeigt die Dateistruktur der Ausgabe an
|
||||
- hugo --cleanDestinationDir -s sb --logLevel info
|
||||
|
||||
- name: copy_to_server
|
||||
image: alpine
|
||||
|
@ -47,5 +43,6 @@ steps:
|
|||
- chmod 600 ~/.ssh/deployKey
|
||||
- ssh-keyscan -H -p $SSH_PORT $SSH_HOST 2>/dev/null >> ~/.ssh/known_hosts
|
||||
- chmod 600 ~/.ssh/known_hosts
|
||||
|
||||
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST "mkdir -p $TARGET_PATH"
|
||||
- scp -r -i ~/.ssh/deployKey -P $SSH_PORT sb/public/* $SSH_USER@$SSH_HOST:$TARGET_PATH/
|
||||
|
|
Loading…
Reference in a new issue