cnpcc
v1.1.3
Published
strictly for personal use only.
Readme
install google cloud sdk -- version 505.0.0 or greater
create venv in folder where google-cloud-sdk is present
python -m venv venv
source venv/bin/activatemake sure there is requirements.txt in folder where app.yaml is present
run cloud app
python3 <path-to-google-cloud-sdk-bin> <path-to-folder-of-app.yaml>