Home | History | Annotate | Download | only in docs
      1 # Updating the cloud repository
      2 
      3 [Cloud debugger](https://cloud.google.com/tools/cloud-debugger/)
      4 can now be used to debug errors in production. This debugging
      5 functionality requires having a copy of this repo in a [Cloud Source
      6 Repository](https://cloud.google.com/tools/cloud-repositories/docs/).
      7 
      8 In order to push the current state of this repository to the
      9 Cloud Source Repository for the Chrome Performance Dashboard:
     10 
     11     gcloud auth login
     12     git config credential.helper gcloud.sh
     13     git remote add cloud-repo https://source.developers.google.com/p/chromeperf/
     14     git push --all cloud-repo
     15 
     16 Note: If the Cloud Source Repository is changed to automatically mirror
     17 from the official catapult repository, then this should be unnecessary.
     18 
     19