Skip to content

Commit

Permalink
ci: use AWS json config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyArt1 committed Jun 26, 2024
1 parent 9d0b98f commit 09b2b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ COPY . .
COPY . ./

RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=secret,id=AWS_EXPORTS_JSON,target=./src/aws-exports.js \
RUN --mount=type=secret,id=AWS_EXPORTS_JSON,target=./src/amplifyconfiguration.json \
pnpm run build

# ===================== App Runner Stage =====================
Expand Down

0 comments on commit 09b2b94

Please sign in to comment.