You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/DEMO_RELEASE.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,13 @@ We have a [GitHub action](https://github.com/CDCgov/dibbs-ecr-refiner/actions/wo
13
13
14
14
1. Run the GitHub action with the desired branch / the "The event type to trigger the workflow." question set to `trigger-demo-deploy`. This will kick off the deploy action in [the Skylight infrastructure repo](https://github.com/skylight-hq/dibbs-tf-envs/actions/workflows/deploy_dibbs_services_azure_demo.yaml) that will do the deploy.
15
15
1. Optionally, if you just want to run a plan and not kick off the full deploy, you can set the last value to `trigger-demo-plan`.
16
-
1. Watch the action run and take note of the IP address outputted at the end of the deploy job in the Skylight repo. Save this for reference.
17
-
1. Go to the [Azure backend pool blade](https://portal.azure.com/?l=en.en-us#view/Microsoft_Azure_HybridNetworking/ApplicationGatewayBackendPoolBladeV2/backendPoolId/%2Fsubscriptions%2F6848426c-8ca8-4832-b493-fed851be1f95%2FresourceGroups%2Fdibbs-global-demo%2Fproviders%2FMicrosoft.Network%2FapplicationGateways%2Fhub-appgw%2FbackendAddressPools%2Fdibbs-global-demo-be-ecr-refiner/applicationGatewayVnetId/%2Fsubscriptions%2F6848426c-8ca8-4832-b493-fed851be1f95%2FresourceGroups%2Fdibbs-global-demo%2Fproviders%2FMicrosoft.Network%2FvirtualNetworks%2Fdibbs-global-demo-hub-network/isEdit~/true/isTlsProxyAfecFlagEnabled~/false) and update the target IP address. **The demo site will return a 502 Bad Gateway error until this is updated manually, so only run the deploy job if the downtime won't cause trouble**
16
+
1. Watch the action run and take note of the IP address outputted at the end of the deploy job in the Skylight repo. Save this to reference in the next step.
17
+
1. Run `just cloud demo-show-network-address-pool` to verify the current IP address (optional)
18
+
1. Run `just cloud demo-update-network-address-pool
19
+
<ip_outputted_from_deploy_job>` to update the target IP address.
20
+
21
+
> [!WARNING]
22
+
> **The demo site will return a 502 Bad Gateway error until this is updated
23
+
> manually, so only run the deploy job if the downtime won't cause trouble**
18
24
19
25
The demo site should be updated from there! If you want to double check, the application commit hash is displayed at the bottom of the footer, which you can compare against the latest commit in main.
0 commit comments