update.sh : refonte

This commit is contained in:
Ahurac 2024-05-03 11:00:17 +02:00
parent 8729d74035
commit 629ba546a6

View file

@ -1,3 +1,7 @@
#!/bin/sh -xe #!/usr/bin/env sh
set -x -e
git checkout main
git pull git pull
exec docker-compose up -d --build
docker-compose up -d --build