Deployment of projects of the new versions of Scully in vercel #1439
Unanswered
carlos-burelo
asked this question in
Q&A
Replies: 1 comment
-
There are a couple of things that can (and do) go haywire in CI/CD scenarios.
Those settings are in my main system, so I don't have to download Chrome on every install. Similar setup will work for CI/CD too, just make sure the executable is available before you start Scully export CHROMIUM_PATH=/home/sander/.apps/chrome-linux/chrome
export SCULLY_PUPPETEER_EXECUTABLE_PATH=/home/sander/.apps/chrome-linux/chrome
export PUPPETEER_EXECUTABLE_PATH=/home/sander/.apps/chrome-linux/chrome
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scully is currently supported by Vercel ?, I've been trying for weeks to display a website in vercel, but it can't seem to run puppeteer, specifically the browser.
I'm use
and return this error
Beta Was this translation helpful? Give feedback.
All reactions