fix(ingress.tjo.cloud): pull with rebase
Some checks failed
/ lint (push) Has been cancelled

This commit is contained in:
Tine 2025-01-02 16:35:23 +01:00
parent 1e4407dda0
commit a77d81572e
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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