Skip to content

Commit

Permalink
fix: adjust order of env and command
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Nov 21, 2024
1 parent d3d0964 commit 90695b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
HUGO_ENV = "production"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL/experts/ && cp public/experts/_redirects public/_redirects"
HUGO_ENV = "staging"
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL/experts/ && cp public/experts/_redirects public/_redirects"

[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL/experts/ && cp public/experts/_redirects public/_redirects"
Expand Down

0 comments on commit 90695b5

Please sign in to comment.