mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Add "auth login" to the gcloud steps.
This commit is contained in:
parent
6077141f4a
commit
ff34e01e9c
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ The app will be running at http://127.0.0.1:8080/.
|
||||||
To deploy to App Engine, first create a new project and app. You have to
|
To deploy to App Engine, first create a new project and app. You have to
|
||||||
think of a unique name (marked as "<appname>" in the commands). You only
|
think of a unique name (marked as "<appname>" in the commands). You only
|
||||||
have to do the "create" step once; subsequent times you can go straight
|
have to do the "create" step once; subsequent times you can go straight
|
||||||
to the "deploy" step. This command will open a browser window so you can
|
to the "deploy" step. The "gcloud auth login" command will open a
|
||||||
log in to a Google account.
|
browser window so you can log in to a Google account.
|
||||||
|
google-cloud-sdk/bin/gcloud auth login
|
||||||
google-cloud-sdk/bin/gcloud projects create <appname>
|
google-cloud-sdk/bin/gcloud projects create <appname>
|
||||||
google-cloud-sdk/bin/gcloud app create --project=<appname>
|
google-cloud-sdk/bin/gcloud app create --project=<appname>
|
||||||
Then to deploy the project, run:
|
Then to deploy the project, run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue