Skip to content

Commit

Permalink
Move the Amplify config into version control
Browse files Browse the repository at this point in the history
Move the Amplify configuration file into version control, rather than having it only in the AWS management console. For now it doesn't use node 18.17.1, but rather the default version, so it will fail to build - but it's still progress.
  • Loading branch information
iamlogand committed Nov 3, 2023
1 parent dee7e4d commit ea51d7d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frontend/amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1
applications:
- frontend:
phases:
preBuild:
commands:
- npm ci
build:
commands:
- npm run build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- node_modules/**/*

0 comments on commit ea51d7d

Please sign in to comment.