summaryrefslogtreecommitdiff
path: root/hooks/post-receive
blob: 6afd48b3732c266ec5f703af7c7829afa507c276 (plain)
    1 #!/usr/bin/env bash
    2 dest=${WEB}/oper.io.services/crux-ports-arm64
    3 
    4 # Copy files from working cache to destination
    5 cp -r ./* ${dest}/
    6 
    7 printf '[git] Updating %s\n' ${FILES_E[@]}
    8 printf '[git] Removing %s\n' ${FILES_D[@]}
    9 
   10 # Regen repo httpup files
   11 httpup-repgen "${dest}"

Generated by cgit