Skip to content

Commit

Permalink
Use arc to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jan 22, 2024
1 parent c990188 commit 265e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "Running deploy script"

echo "Zipping up Lambda function"
mv node_modules server/
npx arc deploy --dry-run production
cd server
zip -r $DEPLOY_PACKAGE ./* > /dev/null

Expand Down

0 comments on commit 265e0fe

Please sign in to comment.