Skip to content

Commit eb481ab

Browse files
author
bhavabhuthi
committed
feat: add generate step to deployment script
1 parent d27c212 commit eb481ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/push-to-ec2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
kill $(ps aux | grep 'npm run start' | awk '{print $2}')
3434
kill $(ps aux | grep 'next-server' | awk '{print $2}')
3535
npm run build
36+
npm run generate
3637
npm run start
3738

0 commit comments

Comments
 (0)