Compare commits

...

2 Commits

Author SHA1 Message Date
20cac9424f Add slide 3: teaser 'It works on my server.' + slide 4 'You have a server.'
Some checks failed
Deploy presentation / deploy (push) Has been cancelled
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 23:09:15 +02:00
f0cdb7fc32 fix: disable git flock to fix flock(LOCK_EX) bad file descriptor error
Set GIT_OPTIONAL_LOCKS=0 and gc.writeCommitGraph=false to avoid
POSIX flock calls that fail on filesystems without lock support (NFS,
overlayfs, some VPS setups).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 22:57:13 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ jobs:
username: ${{ secrets.DEPLOY_USER }} username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }} key: ${{ secrets.DEPLOY_SSH_KEY }}
script: | script: |
export GIT_OPTIONAL_LOCKS=0
mkdir -p /var/www/prez-finistdev mkdir -p /var/www/prez-finistdev
cd /var/www/prez-finistdev cd /var/www/prez-finistdev
git config --global gc.writeCommitGraph false
git clone https://git.cloud.arnaud-pc.fr/ministicraft/finistdev-configuration-as-code.git . 2>/dev/null || git pull origin master git clone https://git.cloud.arnaud-pc.fr/ministicraft/finistdev-configuration-as-code.git . 2>/dev/null || git pull origin master

View File

@@ -70,6 +70,12 @@
</section> </section>
<!-- ─── SLIDE 3 ──────────────────────────────────────────────────── --> <!-- ─── SLIDE 3 ──────────────────────────────────────────────────── -->
<section>
<h2>"It works on my server."</h2>
<p><em>Or: why doesn't it work here, when it works everywhere else?</em></p>
</section>
<!-- ─── SLIDE 4 ──────────────────────────────────────────────────── -->
<section> <section>
<h2>You have a server. It works.</h2> <h2>You have a server. It works.</h2>
<p><em>Great.</em></p> <p><em>Great.</em></p>