Skip to content

Commit ca52ab2

Browse files
authored
env variable for backend ci check (#8284)
* env variable for backend ci check
1 parent a4eac5b commit ca52ab2

File tree

1 file changed

+6
-5
lines changed
  • src/pages/[platform]/start/migrate-to-gen2

1 file changed

+6
-5
lines changed

src/pages/[platform]/start/migrate-to-gen2/index.mdx

+6-5
Original file line numberDiff line numberDiff line change
@@ -277,17 +277,18 @@ In order to execute the migration you will need to first deploy the Amplify Gen
277277
278278
**Testers Only**
279279
280-
Deploy a new Amplify App with your repository and select the `migrate` branch.
280+
- Deploy a new Amplify App with your repository and select the `migrate` branch.
281281
282282
<Video src="/images/gen2/getting-started/react/deploy.mp4" description="Video - Deploy the starter app" />
283283
284+
- Create a [environment variable](/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/#set-environment-variables) `AMPLIFY_GEN_1_ENV_NAME` with the name of your Gen 1 environment as the value.
285+
284286
</Callout>
285287
286288
Next, make a note of the stack name of your Gen 2 backend, you can find this in the build logs or the CloudFormation stack console:
287-
288-
1. Open the [CloudFormation stack console](https://console.aws.amazon.com/cloudformation/).
289-
2. Find the stack with the Amplify AppID. The name should be in the format `amplify-<app-id>-<branch-name>-<random-id>`
290-
3. Make a note of the stack name.
289+
- Open the [CloudFormation stack console](https://console.aws.amazon.com/cloudformation/).
290+
- Find the stack with the Amplify AppID. The name should be in the format `amplify-<app-id>-<branch-name>-<random-id>`
291+
- Make a note of the stack name.
291292
292293
{/* picture of amplify console connecting new `migrate` branch */}
293294

0 commit comments

Comments
 (0)