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