Compare commits
2 Commits
641f7a917e
...
20cac9424f
| Author | SHA1 | Date | |
|---|---|---|---|
| 20cac9424f | |||
| f0cdb7fc32 |
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user