Skip to content

Commit

Permalink
CodeDeploy Test - Standalone build, pnpm
Browse files Browse the repository at this point in the history
CodeDeploy Test - Standalone build, pnpm
  • Loading branch information
jwo0o0 authored Nov 20, 2024
2 parents 9c245e3 + 563abbd commit feb387d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
mkdir -p build/standalone/public
mkdir -p build/standalone/scripts
tar -czf - .next/standalone | tar -xzf - -C build/standalone/
tar -czf - .next/static | tar -xzf - -C build/standalone/.next/static/
tar -czf - public | tar -xzf - -C build/standalone/public/
tar -cf - -C .next/standalone . | tar -xf - -C build/standalone/
tar -cf - -C .next/static . | tar -xf - -C build/standalone/.next/static/
tar -cf - -C public . | tar -xf - -C build/standalone/public/
cp scripts/* build/standalone/scripts/
cp appspec.yml build/standalone
Expand Down

0 comments on commit feb387d

Please sign in to comment.