Try different file path for lamdera download.

This commit is contained in:
Dillon Kearns 2022-01-26 14:48:06 -08:00
parent 6b4f505832
commit e76dbfd700

View File

@ -1,7 +1,7 @@
[build]
functions = "functions/"
publish = "dist/"
command = "pwd && which curl && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o $NETLIFY_BUILD_BASE && chmod a+x $NETLIFY_BUILD_BASE/lamdera && export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install && npm run generate:tailwind && npm run generate:graphql && npm run build && node adapter.js && cp secret-note.txt functions/server-render/"
command = "pwd && which curl && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o /usr/bin/lamdera && chmod a+x /usr/bin/lamdera && export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install && npm run generate:tailwind && npm run generate:graphql && npm run build && node adapter.js && cp secret-note.txt functions/server-render/"
[dev]
command = "npm start"