#!/bin/bash set -euo pipefail set -a . "$SECRET_DIR/.env" set +a git_update.sh -d "$HTTP_DIR" -b main "$GIT_SOURCE_REPO" hugo_rclone.sh "$HTTP_DIR"