Allow specifying the branch of the Hugo project.

This commit is contained in:
2025-08-19 15:03:12 -07:00
parent 4aa7fa4b00
commit 2663bb5351
3 changed files with 14 additions and 7 deletions

View File

@@ -32,4 +32,4 @@ RUN chmod +x /root/main.sh
# Install + Run Website
WORKDIR /var/www/
USER root
CMD /root/main.sh "$REPO" "$PROD" "$DEV"
CMD /root/main.sh "$REPO" "$BRANCH" "$PROD" "$DEV"