Fix: Staging — 10 Icons im Sprite, Media+DB aus Produktion, pie-chart → chart-pie
This commit is contained in:
parent
da176d477a
commit
08bf3f5b15
4 changed files with 45 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue