Skip to content
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

Updating all references to gcloud preview app to gcloud app #407

Merged
merged 2 commits into from
Jul 7, 2016

Conversation

theacodes
Copy link
Contributor

Change-Id: I0f1a13c253675e8c09ea8a4df6041b82eaf0e642
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 7, 2016

Make sure to replace <your-cloud-bucket> within `mysite/settings.py` to set STATIC_URL to the correct value to serve static content from, and
uncomment the STATIC_URL to point to the new URL.

The app can be deployed by running

`gcloud preview app deploy app.yaml --set-default --version=1 --promote`
gcloud app deploy app.yaml --set-default --version=1 --promote
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be shortened to:

gcloud app deploy --version 1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Change-Id: I4dcfd7491146034e9aafb94803872550c269d6be
@JustinBeckwith
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants