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 2cfde47 commit 47b2021Copy full SHA for 47b2021
resources/build_config_templates/hosting_nextjs.yml
@@ -3,10 +3,9 @@ version: 0.2
3
phases:
4
build:
5
commands:
6
- - n install 18.17.0
+ - n install 18.18.0
7
- npx npm install
8
- npx next build
9
- - npx next export
10
- cd out
11
- echo aws s3 cp ./ s3://$DEST_BUCKET_NAME/$CODEBUILD_RESOLVED_SOURCE_VERSION/ --recursive #don't change this line
12
- aws s3 cp ./ s3://$DEST_BUCKET_NAME/$CODEBUILD_RESOLVED_SOURCE_VERSION/ --recursive #don't change this line
0 commit comments