jean-cloud-services/services/association-chahut.fr/deploy_user.sh

21 lines
347 B
Bash
Raw Normal View History

2024-04-18 14:20:53 +00:00
#!/bin/bash
set -euo pipefail
# Update git repo
git_update.sh -d "$HTTP_DIR" -b "${GIT_SOURCE_BRANCH:-main}" "$GIT_SOURCE_REPO"
cd "$HTTP_DIR"
# Get remote content files
rclone_ncloud_publiclink.sh
# Invalid cache
#rm -rf "/tmp/hugo_cache_$USER"
cd theme/blist
npm install
cd ../..
# Build website
HUGO_CACHEDIR="/tmp/hugo_cache_$USER" hugo