blob: 108b8ead656a1e2c4cabb7f2619e7b97fa1e2ad6 [file] [view]
# admingolangorg
This app serves as the [admin interface](https://admin-dot-golang-org.appspot.com) for the golang.org/s link
shortener. Its functionality may be expanded in the future.
## Deployment:
To update the public site, run:
```
gcloud app --account=username@domain.com --project=golang-org deploy app.yaml
```