Remove stray artifacts from previous builds
This commit is contained in:
parent
e3f99dda85
commit
533492c06b
|
@ -20,6 +20,7 @@ build_pages:
|
|||
expire_in: "1 week"
|
||||
untracked: true
|
||||
script:
|
||||
- rm -rf public/*
|
||||
- apk add --no-cache --upgrade hugo
|
||||
- hugo $(cat .hugo-params)
|
||||
|
||||
|
@ -53,7 +54,7 @@ deploy_staging:
|
|||
- eval $(ssh-agent -s)
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- echo "$PRIVATE_KEY" | ssh-add -
|
||||
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:staging
|
||||
- rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:staging
|
||||
when: on_success
|
||||
environment:
|
||||
name: staging
|
||||
|
@ -78,7 +79,7 @@ deploy_production:
|
|||
- eval $(ssh-agent -s)
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- echo "$PRIVATE_KEY" | ssh-add -
|
||||
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:production
|
||||
- rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:production
|
||||
when: on_success
|
||||
environment:
|
||||
name: production
|
||||
|
|
|
@ -6,7 +6,8 @@ description: "Startseite CCCB mit Kurzkalender"
|
|||
Während des Chaos Communication Camps nutzen wir die Gelegenheit, um die
|
||||
Clubräume auf Vordermann zu bringen. Deshalb fallen die offenen Tage des Club
|
||||
Discordia ab vom 15. bis einschließlich 27. August aus. Ab dem 29. geht es
|
||||
regulär weiter. Danke für die Beachtung aller Sicherheitsmaßnahmen!
|
||||
regulär weiter. Viel Spaß am Gerät und danke für die Beachtung aller
|
||||
Sicherheitsmaßnahmen!
|
||||
|
||||
### Nächste Veranstaltungen:
|
||||
|
||||
|
|
Reference in a new issue