From a6ae23e17305f366a7d3daf12b091db7d3f2c55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 6 Feb 2024 16:59:38 +0100 Subject: [PATCH] =?UTF-8?q?update.sh=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 update.sh diff --git a/update.sh b/update.sh deleted file mode 100644 index 7211385..0000000 --- a/update.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -cd /root/ -rm -rf /root/links/yannmoelle -mkdir /root/links/yannmoelle -cd /root/links/yannmoelle/ -git clone ssh://git@ssh.git.moelle.space:2222/hxcde/yannmoelle.git . -rm README.md -docker stop yannmoelle -docker rm yannmoelle -docker run -d --restart=always --name yannmoelle -p 127.0.0.1:8085:80 -v /root/links/yannmoelle/:/usr/local/apache2/htdocs/ httpd:2.4 \ No newline at end of file