too lazy to go deeper, just use a fake year
All checks were successful
publish / publish (push) Successful in 33s
All checks were successful
publish / publish (push) Successful in 33s
This commit is contained in:
parent
0540d165b7
commit
48fc47f25d
2 changed files with 2 additions and 2 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"-staging
|
rsync -rvh --progress --delete --chmod=ugo=rwX _site/ ese-deploy@ifsr.de:"$year"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
year: 2025
|
year: 3025
|
||||||
startDay: 6
|
startDay: 6
|
||||||
endDay: 11
|
endDay: 11
|
||||||
color: "#FFB000"
|
color: "#FFB000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue