-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Script for publishing blockly-demo to app engine #3209
Comments
Currently one just pushes the "Deploy" button in GoogleAppEngineLauncher. This way it's not an option that external developers end up with. Not sure what problem we're trying to solve here. |
The problem we're solving for is that we have a lot of manual steps for deployment. Each one is pretty simple, but it would be better to tie them all together into a script. As a bonus, I believe the google app engine launcher is both deprecated and doesn't work on linux. @samelhusseini I'm also down to have this in a separate repo with the rest of our tooling, though that seems unnecessary. |
Any issue with putting it in blockly-tools? |
Mostly that the rest of our releasing stuff is over here (in the |
Fixed in #4551 |
Is your feature request related to a problem? Please describe.
Script for publishing blockly-demo to app engine
Describe the solution you'd like
With gcloud being an npm package: https://www.npmjs.com/package/gcloud, we can add it as a dev dependency and have a deploy script that deploys the app to appengine.
Additional context
The text was updated successfully, but these errors were encountered: