Skip to content
Snippets Groups Projects
Commit c294278b authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Explicitly do git lfs install and pull on Netlify.

parent 4fdbb2e9
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
base = "web"
publish = "web/public"
command = """
git lfs install
git lfs pull
yarn --ignore-engines --ignore-optional --non-interactive
hugo
node_modules/.bin/hugo-algolia --toml -s"""
......@@ -16,10 +18,14 @@
[context.deploy-preview]
command = """
git lfs install
git lfs pull
yarn --ignore-engines --ignore-optional --non-interactive
hugo -b $DEPLOY_PRIME_URL"""
[context.branch-deploy]
command = """
git lfs install
git lfs pull
yarn --ignore-engines --ignore-optional --non-interactive
hugo -b $DEPLOY_PRIME_URL"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment