Skip to content

Commit ee983b9

Browse files
authored
MG-182: fix FQDNs in README (#3)
1 parent 405d9d4 commit ee983b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Stage and prod environments point at a specific git tag that is manually added.
377377

378378
1. When a PR that affects this app is merged to `main` in the sage-monorepo, wait for the [ci job](https://github.com/Sage-Bionetworks/sage-monorepo/actions/workflows/ci.yml) to finish building and publishing images for the affected projects to GHCR.
379379
2. Rerun the last [deploy-dev job](https://github.com/Sage-Bionetworks-IT/modeladexplorer-infra/actions/workflows/deploy-dev.yaml) and wait for the job to successfully update dev deployment. Deployment can be monitored in AWS console in AWS ECS.
380-
3. Confirm that [dev site](https://modeladexplorer-dev.org/) shows changes from last merged PR.
380+
3. Confirm that [dev site](https://dev.modeladexplorer.org/) shows changes from last merged PR.
381381

382382
## Staging Deployment
383383

@@ -394,7 +394,7 @@ Stage and prod environments point at a specific git tag that is manually added.
394394
5. Merge PR. Wait for [deploy-dev job](https://github.com/Sage-Bionetworks-IT/modeladexplorer-infra/actions/workflows/deploy-dev.yaml) to successfully update dev deployment. Deployment can be monitored in AWS console in AWS ECS.
395395
6. Create PR in this repo **to merge dev into the stage branch**.
396396
7. Merge PR. Wait for [deploy-stage GHA job](https://github.com/Sage-Bionetworks-IT/modeladexplorer-v3/actions/workflows/deploy-stage.yaml) to successfully update staging deployment. Deployment can be monitored in AWS console in AWS ECS.
397-
8. Confirm that [staging site](http://modeladexplorer-stage.org/) shows new version’s tag in the app footer.
397+
8. Confirm that [staging site](http://stage.modeladexplorer.org/) shows new version’s tag in the app footer.
398398

399399
## Production Deployment
400400

@@ -408,4 +408,4 @@ Stage and prod environments point at a specific git tag that is manually added.
408408
- Push the tag: `git push upstream tag model-ad/release/v4.0.0`
409409
3. Create a PR in this repo **to merge the stage branch into the prod branch**.
410410
4. Merge PR. Wait for the [deploy-prod GHA job](https://github.com/Sage-Bionetworks-IT/modeladexplorer-v3/actions/workflows/deploy-prod.yaml) to successfully update prod deployment. Deployment can be monitored in AWS console in AWS ECS.
411-
5. Confirm that [production site](http://modeladexplorer-prod.org/) shows the same tag in the app footer as the staging site.
411+
5. Confirm that [production site](http://prod.modeladexplorer.org/) shows the same tag in the app footer as the staging site.

0 commit comments

Comments
 (0)