Skip to content

Commit

Permalink
Rename aws/next to infra/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Sep 23, 2024
1 parent e645a8f commit 16d91b6
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
uses: actions/checkout@v4

- name: Build Next.js
working-directory: ./next
working-directory: ./ui
run: |
npm ci
npm run lint
npm run build
- name: Build AWS
working-directory: ./aws
working-directory: ./infra
run: |
npm ci
npm run lint
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ To install the project's dependencies, build the website and deploy to AWS, run

```
# Build website
cd next
cd ui
npm ci
npm run build
# Deploy to AWS
cd ../aws
cd ../infra
npm ci
npx cdk deploy -c accountId=012345678912
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class PortfolioStack extends Stack {

new s3_deployment.BucketDeployment(this, "BucketDeployment", {
destinationBucket: bucket,
sources: [s3_deployment.Source.asset("../next/out")],
sources: [s3_deployment.Source.asset("../ui/out")],
distribution,
distributionPaths: ["/*"],
logGroup,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 16d91b6

Please sign in to comment.