Makefile: Hinweis dass sync+restart nur fuer Python reicht

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-04-12 18:19:52 +02:00
parent 5000d8ff9f
commit c37befd82b

View file

@ -87,8 +87,9 @@ deploy: check-ssh
# ----------------------------------------------------------
# SYNC — nur Dateien übertragen, kein Docker
# Sinnvoll für reine Frontend-Änderungen (CSS, JS, HTML)
# danach nur make restart statt make deploy
# ACHTUNG: Statische Dateien (CSS/JS/HTML) sind ins Image gebacken!
# sync+restart reicht NUR für Python-Änderungen (routes/*.py etc.)
# Für Frontend-Änderungen immer: make deploy
# ----------------------------------------------------------
sync: check-ssh
@echo "→ Sync zu DS..."