diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 67ee9e2..7c09e39 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -40,4 +40,4 @@ jobs: 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" + rsync -rvh --progress --delete --chmod=ugo=rwX _site/ ese-deploy@ifsr.de:staging/"$year" diff --git a/content/_data/ese.yaml b/content/_data/ese.yaml index a585d2f..8c8f638 100644 --- a/content/_data/ese.yaml +++ b/content/_data/ese.yaml @@ -1,4 +1,4 @@ -year: 2024 -startDay: 7 +year: 2025 +startDay: 6 endDay: 11 -color: "#F221B7" +color: "#FFB000"