From 53def6bcd356609aeb403f68c439612779e3e701 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 1 Feb 2024 14:35:40 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20script=20de=20mise=20=C3=A0=20jour?= =?UTF-8?q?=20du=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..37402da --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x +git pull +exec docker-compose up -d --build