Staging Servers
For internal documentation, please see the
Modadirectory in the internal Docs Engineering repo.
When you make a code change and want to review it in a live environment, you can use a staging server.
To review code changes on a staging server:
- If your changes aren't already in remote, push your branch to
docs-internal. - Open a draft PR with your changes.
- Wait until all of the
docs-internal Moda CIchecks pass. - In the
#docs-opsSlack channel, enter the following command to begin a staging deploy:
.deploy docs-internal/<your-branch> to staging-<your-username>
If the command was accepted, you will see a reply from Hubot, notifying you if your deploy request is valid.
- After the deploy is completed, you can view your changes at
https://docs-staging-<your-username>.service.iad.github.netif you are behind the Developer VPN.