Skip to content

Commit

Permalink
Merge pull request #38 from damianzm-aws/patch-1
Browse files Browse the repository at this point in the history
Update hosting_nextjs.yml
  • Loading branch information
cornelcroi authored Dec 5, 2024
2 parents d86b11f + 47b2021 commit 4034d3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/build_config_templates/hosting_nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: 0.2
phases:
build:
commands:
- n install 18.17.0
- n install 18.18.0
- npx npm install
- npx next build
- npx next export
- cd out
- echo aws s3 cp ./ s3://$DEST_BUCKET_NAME/$CODEBUILD_RESOLVED_SOURCE_VERSION/ --recursive #don't change this line
- aws s3 cp ./ s3://$DEST_BUCKET_NAME/$CODEBUILD_RESOLVED_SOURCE_VERSION/ --recursive #don't change this line
Expand Down

0 comments on commit 4034d3b

Please sign in to comment.