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.
2 parents d86b11f + 47b2021 commit 4034d3bCopy full SHA for 4034d3b
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