Confirmed users
3,339
edits
(firefox-manifest.json from staging) |
m (→Deploying to production: format list) |
||
| Line 105: | Line 105: | ||
== Deploying to production == | == Deploying to production == | ||
To deploy, you need to update the ''release_tag'' in the repo to point to your newest changeset | * Before deploying, you need to send an e-mail to release-drivers with an intent to ship notice, and get approval from release mgmt. | ||
* To deploy, you need to update the ''release_tag'' in the repo to point to your newest changeset: | |||
** <code> hg tag -f --rev tip release_tag -m "Bug AAA - Update release_tag to deploy my experiment. r=someone"</code> | ** <code> hg tag -f --rev tip release_tag -m "Bug AAA - Update release_tag to deploy my experiment. r=someone"</code> | ||
** then file a bug ([https://bugzilla.mozilla.org/show_bug.cgi?id=1247822 example]) for DevOps to deploy it to the [https://telemetry-experiment.cdn.mozilla.net/ production server]. | |||