Skip to content

Commit ab9c74d

Browse files
docs/Add note about sandbox UI domain with app. prefix (#844)
1 parent ad8b7c5 commit ab9c74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/compact-connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ its environment:
170170
7) Complete the [Google reCAPTCHA Setup](#google-recaptcha-setup) steps for your sandbox environment.
171171
8) Run `cdk bootstrap` to add some base CDK support infrastructure to your AWS account.
172172
9) Run `cdk deploy 'Sandbox/*'` to get the initial backend stack resources deployed.
173-
10) *Optional:* If you have a domain name configured for your sandbox environment, once the backend stacks have successfully deployed, you can deploy the frontend UI by setting the 'deploy_sandbox_ui' context field to `true` and run `cdk deploy 'SandboxUI/*'`. If you do not have a domain name configured, you can still run the UI from local host (see the README.md under the webroot folder for more information about running the app on localhost).
173+
10) *Optional:* If you have a domain name configured for your sandbox environment, once the backend stacks have successfully deployed, you can deploy the frontend UI by setting the 'deploy_sandbox_ui' context field to `true` and run `cdk deploy 'SandboxUI/*'`. If you do not have a domain name configured, you can still run the UI from local host (see the README.md under the webroot folder for more information about running the app on localhost). If you do have a domain name configured, the application will be accessible at the 'app' subdomain of the configured domain name (e.g., app.[configured_domain.com]).
174174

175175
### Subsequent sandbox deploys:
176176
For any future deploys, everything is set up so a simple `cdk deploy 'Sandbox/*'` should update all your infrastructure

0 commit comments

Comments
 (0)