#!/usr/bin/env bash dest=${WEB}/oper.io.services/crux-ports-arm64 # Copy files from working cache to destination rsync -av --inplace --delete --exclude hooks --exclude '.git*' ./ ${dest}/ || true printf '[git] Updating %s\n' ${FILES_M[@]:-nothing} printf '[git] Removing %s\n' ${FILES_D[@]:-nothing} # Regen repo httpup files httpup-repgen "${dest}"