Allow specifying the branch of the Hugo project.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user