jean-cloud-services/services/radiodemo.oma-radio.fr/deploy_http.sh
2023-10-31 17:00:18 +01:00

6 lines
167 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
git_update.sh -b main -d "$HTTP_DIR" -K "$DOCKER_DIR/.known_hosts" -i "$DATA_DIR/website" "$GIT_SOURCE_REPO"
hugo_rclone.sh "$HTTP_DIR"