@@ -306,17 +306,17 @@ terrahub configure -i static_website -c component.template.variable -D -y
306
306
terrahub configure -i static_website -c build.env.variables.THUB_ENV=' dev'
307
307
terrahub configure -i static_website -c build.env.variables.THUB_INDEX_FILE=' www.txt'
308
308
terrahub configure -i static_website -c build.env.variables.THUB_GS_PATH=" gs://${STORAGE_BUCKET} _website"
309
- terrahub configure -i static_website -c build.env.variables.THUB_ROBOTS=' ../.. /robots.dev.txt'
310
- terrahub configure -i static_website -c build.env.variables.THUB_BUILD_PATH=' ../.. /build'
311
- terrahub configure -i static_website -c build.env.variables.THUB_SOURCE_PATH=' ../.. /assets ../.. /static/fonts ../.. /static/img ../.. /views'
309
+ terrahub configure -i static_website -c build.env.variables.THUB_ROBOTS=' ../www /robots.dev.txt'
310
+ terrahub configure -i static_website -c build.env.variables.THUB_BUILD_PATH=' ../www /build'
311
+ terrahub configure -i static_website -c build.env.variables.THUB_SOURCE_PATH=' ../www /assets ../www /static/fonts ../www /static/img ../www /views'
312
312
terrahub configure -i static_website -c build.env.variables.THUB_BUILD_OK=' false'
313
313
terrahub configure -i static_website -c build.env.variables.THUB_MAX_AGE=' 600'
314
314
terrahub configure -i static_website -c build.phases.pre_build.commands[0]=' echo "BUILD: Running pre_build step"'
315
315
terrahub configure -i static_website -c build.phases.pre_build.commands[1]=' ./scripts/download.sh $THUB_INDEX_FILE $THUB_GS_PATH/$THUB_INDEX_FILE'
316
316
terrahub configure -i static_website -c build.phases.pre_build.commands[2]=' ./scripts/compare.sh $THUB_INDEX_FILE $THUB_SOURCE_PATH'
317
317
terrahub configure -i static_website -c build.phases.pre_build.finally[0]=' echo "BUILD: pre_build step successful"'
318
318
terrahub configure -i static_website -c build.phases.build.commands[0]=' echo "BUILD: Running build step"'
319
- terrahub configure -i static_website -c build.phases.build.commands[1]=' ../.. /bin/compile.sh'
319
+ terrahub configure -i static_website -c build.phases.build.commands[1]=' ../www /bin/compile.sh'
320
320
terrahub configure -i static_website -c build.phases.build.finally[0]=' echo "BUILD: build step successful"'
321
321
terrahub configure -i static_website -c build.phases.post_build.commands[0]=' echo "BUILD: Running post_build step"'
322
322
terrahub configure -i static_website -c build.phases.post_build.commands[1]=' ./scripts/shasum.sh $THUB_BUILD_PATH/$THUB_INDEX_FILE'
0 commit comments