6 lines
167 B
Bash
Executable File
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"
|