Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
474224290c | ||
|
|
a1823aaa87 | ||
|
|
8350e2ecc7 | ||
|
|
72828503ed | ||
| 141727f2d0 | |||
| 5c3b1a8b04 | |||
|
|
b053c2a837 | ||
| a013c90b55 | |||
|
|
cfb17ad50a | ||
| ab5daaa202 | |||
| 104ca7f7e5 | |||
|
|
0d148be528 |
2 changed files with 70 additions and 24 deletions
|
|
@ -8,19 +8,38 @@ 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: curlimages/curl:8.5.0
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- 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/site-perso
|
||||||
- |
|
- git config --global --add safe.directory /woodpecker/src/git.polarolouis.fr/polarolouis/pages
|
||||||
curl -f -X POST https://pages.polarolouis.fr/api/pages \
|
- git config --global user.name "Woodpecker CI"
|
||||||
-F "domain=polarolouis.pages.polarolouis.fr" \
|
- git config --global user.email "git@polarolouis.fr"
|
||||||
-F "file=@/tmp/site.tar.gz"
|
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/
|
||||||
|
- 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
|
|
||||||
|
|
|
||||||
57
index.qmd
57
index.qmd
|
|
@ -36,20 +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"}
|
|
||||||
## Citations
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="english"}
|
|
||||||
## Quotes
|
|
||||||
:::
|
|
||||||
|
|
||||||
> "Il faut être mou du critère", PB 2025
|
|
||||||
|
|
||||||
> "Non mais les arbres tu les dessines mal !", PB 2026
|
|
||||||
|
|
||||||
> "Louis c'est un geek", paroles rapportées de SD 2026
|
|
||||||
|
|
||||||
:::{.content-visible when-profile="french"}
|
:::{.content-visible when-profile="french"}
|
||||||
## Les jeux de mots de Pierre
|
## Les jeux de mots de Pierre
|
||||||
:::
|
:::
|
||||||
|
|
@ -58,4 +44,45 @@ Je mettrai à jour plus tard
|
||||||
## Pierre's puns
|
## Pierre's puns
|
||||||
:::
|
:::
|
||||||
|
|
||||||
> On va de K-Rib en SIA. 2026
|
> "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"}
|
||||||
|
## Citations
|
||||||
|
:::
|
||||||
|
|
||||||
|
:::{.content-visible when-profile="english"}
|
||||||
|
## Quotes
|
||||||
|
:::
|
||||||
|
|
||||||
|
> "Il faut être mou du critère", P. B. 2025
|
||||||
|
|
||||||
|
> "Non mais les arbres tu les dessines mal !", P. B. 2026
|
||||||
|
|
||||||
|
> "Louis c'est un geek", paroles rapportées de S. D. 2026
|
||||||
|
|
||||||
|
> "Après tout je suis ta demi grande soeur par la mère", B. B. 2026
|
||||||
|
|
||||||
|
> "Je rôde, j'attends que le bar ouvre", P. B. Rochebrune 2026
|
||||||
|
|
||||||
|
> "T'es vraiment une mini Liliane", E. T. à C. C. Rochebrune 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