We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64d64d commit 2e6927bCopy full SHA for 2e6927b
amplify.yml
@@ -5,8 +5,10 @@ applications:
5
phases:
6
build:
7
commands:
8
+ - nvm install 20.13.1
9
+ - nvm use 20.13.1
10
- npm ci --cache .npm --prefer-offline
- - npx ampx pipeline-deploy --branch $BACKEND_BRANCH --app-id $AWS_APP_ID --debug
11
+ - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID
12
frontend:
13
14
@@ -20,3 +22,5 @@ applications:
20
22
baseDirectory: .next
21
23
files:
24
- '**/*'
25
+
26
+npx ampx generate outputs --branch main --app-id $AWS_APP_ID
0 commit comments