diff --git a/update.sh b/update.sh index 1ca8cb1..38504e2 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,10 @@ #!/bin/bash -rm -rf /var/www/html/mylinks -cd /var/www/html/ -git clone https://git.moelle.space/hxcde/mylinks.git -rm mylinks/README.md +cd /root/ +rm -rf /root/links/mylinks +mkdir /root/links/mylinks +cd /root/links/mylinks/ +git clone ssh://git@ssh.git.moelle.space:2222/hxcde/mylinks.git . +rm README.md +docker stop mylinks +docker rm mylinks +docker run -d --restart=always --name latexrobot -p 127.0.0.1:8085:80 -v /root/links/mylinks/:/usr/local/apache2/htdocs/ httpd:2.4 \ No newline at end of file