This commit is contained in:
parent
1e4407dda0
commit
a77d81572e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if [ ! -d .git ]; then
|
|||
git sparse-checkout set --no-cone /ingress.tjo.cloud
|
||||
git checkout
|
||||
else
|
||||
git pull --depth=1
|
||||
git pull --depth=1 --rebase
|
||||
fi
|
||||
# Enter ingress directory
|
||||
cd /srv/ingress.tjo.cloud
|
||||
|
|
Loading…
Reference in a new issue