Skip to content

Commit

Permalink
feat: aws amplify ssr deploy #3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 30, 2023
1 parent 5d543d4 commit 4567b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amplify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ mkdir -p ./.amplify-hosting/compute/default

cp -r ./build ./.amplify-hosting/compute/default/build
cp -r ./node_modules ./.amplify-hosting/compute/default/node_modules
cp -r ./package.json ./.amplify-hosting/compute/default/package.json

cp -r ./build/client ./.amplify-hosting/static
rm -r ./.amplify-hosting/compute/default/build/client/assets

cp deploy-manifest.json ./.amplify-hosting/deploy-manifest.json

0 comments on commit 4567b32

Please sign in to comment.