This commit is contained in:
parent
3e7e12ee0b
commit
bd0b7bad54
2 changed files with 4 additions and 4 deletions
|
@ -40,4 +40,4 @@ jobs:
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
ssh-keyscan ifsr.de > ~/.ssh/known_hosts
|
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:staging/"$year"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
year: 2024
|
year: 2025
|
||||||
startDay: 7
|
startDay: 6
|
||||||
endDay: 11
|
endDay: 11
|
||||||
color: "#F221B7"
|
color: "#FFB000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue