jaimeMF / youtube-dl-api-server

A youtube-dl REST API server
https://youtube-dl-api-server.readthedocs.org/
The Unlicense
364 stars 212 forks source link

gcloud_app.yaml added to support the new gcloud tooling #58

Open abdullah2993 opened 7 years ago

abdullah2993 commented 7 years ago

the new gcloud tooling doesn't allow application and version tags in app.yaml instead set project id using gcloud config set project [PROJECT_ID] and versions are handled automatically but can be overridden using --version flag Usage: gcloud app deploy gcloud_app.yaml