update.sh : refonte
This commit is contained in:
parent
8729d74035
commit
629ba546a6
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue