forestry: update

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-28 14:07:06 +05:30
parent 610fda03f3
commit ae45c9bd0d
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ file_template: ":filename:"
build:
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.73.0
- HUGO_VERSION=0.74.3
preview_output_directory: public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
instant_preview_command: hugo server -DEF --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
version: 0.62.2
version: 0.74.3