Fix: Staging — 10 Icons im Sprite, Media+DB aus Produktion, pie-chart → chart-pie

This commit is contained in:
rene 2026-05-02 09:40:07 +02:00
parent da176d477a
commit 08bf3f5b15
4 changed files with 45 additions and 2 deletions

View file

@ -118,6 +118,8 @@ staging: check-ssh
@git push $(GIT_REMOTE) develop
@echo "→ Sync zu DS (Staging)..."
@COPYFILE_DISABLE=1 tar czf - $(TAR_EXCLUDE) . | ssh $(DS_HOST) "tar xzf - -C $(DS_PATH_STAGING)/"
@echo "→ Produktions-DB nach Staging kopieren..."
@ssh $(DS_HOST) "mkdir -p $(DS_PATH_STAGING)/data && cp $(DS_PATH)/data/banyaro.db $(DS_PATH_STAGING)/data/banyaro.db"
@echo "→ Staging rebuild + restart..."
@ssh $(DS_HOST) " \
cd $(DS_PATH_STAGING) && \