We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to deploy this using yarn run deploy, but it instantly complained that it cannot deploy since it was trying to execute the following command:
yarn run deploy
cfworker deploy --name utteranc-es --route 'api.utteranc.es/*' src/index.ts
of course this route is not configured in my account since I do not controll that domain.
The text was updated successfully, but these errors were encountered:
@galaxy4public
The "--name" and "--route" of "deploy" are customized. If you don't configure them in "CloudFlare", you will naturally get an error.
Sorry, something went wrong.
@zsdycs , this issue is about the hardcoded line in https://github.com/utterance/utterances-oauth/blob/master/package.json#L9 and is for the future enhancement of the deploy procedure where the end-user can actually modify the arguments without editing the source code.
No branches or pull requests
I tried to deploy this using
yarn run deploy
, but it instantly complained that it cannot deploy since it was trying to execute the following command:of course this route is not configured in my account since I do not controll that domain.
The text was updated successfully, but these errors were encountered: