Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding set_default_version command
  • Loading branch information
Jon Wayne Parrott committed Mar 4, 2016
1 parent f07310c commit 410ccb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ To deploy the application:
application](https://developers.google.com/appengine/docs/python/tools/uploadinganapp) with

```
appcfg.py -A <your-project-id> -V v1 update .
appcfg.py update -A <your-project-id> -V v1 .
```

If this isn't your first deployment, you will need to set the new version as the default version with

```
appcfg.py set_default_version -V v1 -A <your-project-id>
```

1. Congratulations! Your application is now live at your-app-id.appspot.com

## Next Steps
Expand Down

0 comments on commit 410ccb8

Please sign in to comment.