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: deployment/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ To deploy this project's core infrastructure, use the `infra` wrapper script to
74
74
75
75
```bash
76
76
$ docker-compose -f docker-compose.ci.yml run --rm terraform
77
+
$ export GIT_COMMIT= (an existing git hash of an image that has been published)
77
78
$ ./scripts/infra plan
78
79
```
79
80
@@ -83,7 +84,7 @@ Once the plan has been assembled, and you agree with the changes, apply it:
83
84
$ ./scripts/infra apply
84
85
```
85
86
86
-
This will attempt to apply the plan assembled in the previous step using Amazon's APIs.
87
+
This will attempt to apply the plan assembled in the previous step using Amazon's APIs. If you want to change production you need to prepend DB_SETTINGS_BUCKET=districtbuilder-production-config-us-east-1 to the infra commands.
0 commit comments