-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Add deployment option to CI workflow #2945
Conversation
Build for latest commit 6a0170a is at https://pr2945.build.csb.dev/s/new. |
packages/app/scripts/deploy.js
Outdated
@@ -0,0 1,31 @@ | |||
const fetch = require('whatwg-fetch'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project doesn't work under Node.js environments. It's meant for web
browsers only. You should ensure that your application doesn't try to package
and run this on the server.
https://github.com/github/fetch/blame/master/README.md#L46-L48
TODO: make this master only