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 10cfe36 + 5984770 commit 823fbf9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:

- name: Make zip file
run: |
mkdir -p build
cp -r .next/standalone build/
cp -r .next/static build/.next/static
cp -r public build/public
mkdir -p build/.next/static
mkdir -p build/public
cp -r .next/standalone/* build/
cp -r .next/static/* build/.next/static
cp -r public/* build/public
cd build
zip -qq -r ../nextjs-app-${{ github.sha }}.zip .
shell: bash
Expand Down

0 comments on commit 823fbf9

Please sign in to comment.