Verbessere die Verarbeitung von Zeiteinträgen und integriere Zeitkorrekturen in die Logik zur Erstellung von Arbeitsblöcken
All checks were successful
Deploy production / deploy (push) Successful in 52s
All checks were successful
Deploy production / deploy (push) Successful in 52s
This commit is contained in:
@@ -481,6 +481,11 @@ do_update() {
|
||||
|
||||
print_info "Kopiere Frontend..."
|
||||
rsync -av --exclude 'node_modules' --exclude 'dist' --exclude '.env*' --delete "$CURRENT_DIR/frontend/" "$FRONTEND_DIR/"
|
||||
|
||||
# Der Workspace-Lock gilt für Backend und Frontend gemeinsam und muss bei
|
||||
# jedem Update mit dem Quell-Checkout synchronisiert werden.
|
||||
print_info "Kopiere Workspace-Metadaten..."
|
||||
rsync -av "$CURRENT_DIR/package.json" "$CURRENT_DIR/package-lock.json" "$PROJECT_DIR/"
|
||||
|
||||
print_info "Kopiere Konfigurations-Dateien..."
|
||||
rsync -av "$CURRENT_DIR"/*.{sh,conf,md,service} "$PROJECT_DIR/" 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user