Created
February 26, 2018 05:41
-
-
Save erikhoward/233c6865bd13a513a15e023d673f744e to your computer and use it in GitHub Desktop.
Revisions
-
Erik Howard created this gist
Feb 26, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ [build] publish = "public" command = "hugo" [context.production.environment] HUGO_VERSION = "0.36.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] HUGO_VERSION = "0.36.1" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.36.1" [context.next.environment] HUGO_ENABLEGITINFO = "true"