Makefile: Hinweis dass sync+restart nur fuer Python reicht
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5000d8ff9f
commit
c37befd82b
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue