This commit is contained in:
parent
85bd877869
commit
f9bb6fb0b9
|
@ -37,5 +37,6 @@ jobs:
|
|||
eval $(ssh-agent -s)
|
||||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan ifsr.de > ~/.ssh/known_hosts
|
||||
year=$(yq '.year' content/_data/ese.yaml)
|
||||
rsync -rvh --progress --delete --chmod=ugo=rwX _site/ ese-deploy@ifsr.de:"$year"
|
||||
|
|
Loading…
Reference in a new issue