Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9aa0e21aa | ||
|
|
42e7b8f93f | ||
|
|
6647487bcb | ||
|
|
181411f40a |
2 changed files with 19 additions and 65 deletions
|
|
@ -8,38 +8,19 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
# Push le contenu du dossier public sur le dépôt `pages` de git.polarolouis.fr
|
|
||||||
# On utilise l'image alpine/git pour avoir git et ssh
|
|
||||||
|
|
||||||
deploy-site:
|
deploy-site:
|
||||||
image: alpine/git
|
image: curlimages/curl:8.5.0
|
||||||
commands:
|
commands:
|
||||||
- git config --global --add safe.directory /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso
|
- tar -czf /tmp/site.tar.gz -C /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso/public .
|
||||||
- git config --global --add safe.directory /woodpecker/src/git.polarolouis.fr/polarolouis/pages
|
- |
|
||||||
- git config --global user.name "Woodpecker CI"
|
curl -f -X POST https://pages.polarolouis.fr/api/pages \
|
||||||
- git config --global user.email "git@polarolouis.fr"
|
-F "domain=polarolouis.pages.polarolouis.fr" \
|
||||||
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/
|
-F "file=@/tmp/site.tar.gz"
|
||||||
- git clone "https://git.polarolouis.fr/polarolouis/pages.git"
|
|
||||||
- rm -rf pages/*
|
|
||||||
- cp -r site-perso/public/* pages/
|
|
||||||
- cp site-perso/.domains pages/
|
|
||||||
- cd pages
|
|
||||||
- ls -la
|
|
||||||
- git remote set-url origin "https://$${ACCESS_TOKEN}@git.polarolouis.fr/polarolouis/pages.git"
|
|
||||||
- git add --all
|
|
||||||
- git commit -m "Deploy site [CI SKIP]"
|
|
||||||
- git push -f origin main
|
|
||||||
environment:
|
|
||||||
ACCESS_TOKEN:
|
|
||||||
from_secret: access_token
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- render-site
|
- render-site
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
event: push
|
||||||
|
|
|
||||||
47
index.qmd
47
index.qmd
|
|
@ -36,29 +36,6 @@ sous la direction de Julie Aubert, Pierre Barbillon et Sophie Donnet.
|
||||||
Je mettrai à jour plus tard
|
Je mettrai à jour plus tard
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::{.content-visible when-profile="french"}
|
|
||||||
## Les jeux de mots de Pierre
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="english"}
|
|
||||||
## Pierre's puns
|
|
||||||
:::
|
|
||||||
|
|
||||||
> "On va de K-Rib en SIA." 2026
|
|
||||||
|
|
||||||
> "C'est là que la base blesse." 2026, en parlant du choix de base pour la transformation $ilr$.
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="french"}
|
|
||||||
## Les conseils de Sophie
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="english"}
|
|
||||||
## Sophie's piece of advice
|
|
||||||
:::
|
|
||||||
|
|
||||||
> "On ne va pas user le soleil !" 2026, pour m'éviter de me lancer dans de l'exploration longue.
|
|
||||||
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="french"}
|
:::{.content-visible when-profile="french"}
|
||||||
## Citations
|
## Citations
|
||||||
:::
|
:::
|
||||||
|
|
@ -67,22 +44,18 @@ Je mettrai à jour plus tard
|
||||||
## Quotes
|
## Quotes
|
||||||
:::
|
:::
|
||||||
|
|
||||||
> "Il faut être mou du critère", P. B. 2025
|
> "Il faut être mou du critère", PB 2025
|
||||||
|
|
||||||
> "Non mais les arbres tu les dessines mal !", P. B. 2026
|
> "Non mais les arbres tu les dessines mal !", PB 2026
|
||||||
|
|
||||||
> "Louis c'est un geek", paroles rapportées de S. D. 2026
|
> "Louis c'est un geek", paroles rapportées de SD 2026
|
||||||
|
|
||||||
> "Après tout je suis ta demi grande soeur par la mère", B. B. 2026
|
:::{.content-visible when-profile="french"}
|
||||||
|
## Les jeux de mots de Pierre
|
||||||
|
:::
|
||||||
|
|
||||||
> "Je rôde, j'attends que le bar ouvre", P. B. Rochebrune 2026
|
:::{.content-visible when-profile="english"}
|
||||||
|
## Pierre's puns
|
||||||
|
:::
|
||||||
|
|
||||||
> "T'es vraiment une mini Liliane", E. T. à C. C. Rochebrune 2026
|
> On va de K-Rib en SIA. 2026
|
||||||
|
|
||||||
> "Alors que c'est toi qui avait un kit de couture", C. C. à L. L. Rochebrune 2026
|
|
||||||
|
|
||||||
> "C'est la chasse aux oeufs de FachoBergé.", E. T. 2026
|
|
||||||
|
|
||||||
> "ABC : Aurore Bergé Computation", L. M. 2026
|
|
||||||
|
|
||||||
> "Pertinence Barbillon a été primesque comme tous les jeudis", I. S. à propos de P. B. 2026
|
|
||||||
Loading…
Add table
Reference in a new issue