fava service
This commit is contained in:
@@ -35,7 +35,7 @@ data:
|
||||
# Clone or update the repository
|
||||
if [ ! -d "/data/contabilitat/.git" ]; then
|
||||
echo "Cloning repository..."
|
||||
git clone http://${GITEA_USERNAME}:${GITEA_PASSWORD}@gitea.rogi.casa/${GITEA_USERNAME}/contabilitat.git /data/contabilitat
|
||||
git clone https://${GITEA_USERNAME}:${GITEA_PASSWORD}@gitea.rogi.casa/${GITEA_USERNAME}/contabilitat.git /data/contabilitat
|
||||
else
|
||||
echo "Repository exists, pulling latest changes..."
|
||||
cd /data/contabilitat
|
||||
|
||||
Reference in New Issue
Block a user