Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
add timestamps to log files
  • Loading branch information
otobot1 committed Jul 31, 2024
1 parent d8c7be0 commit bfbedd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint",
"start": "next start",
"db-reset": "npx prisma migrate reset",
"deploy": "git fetch && pm2 stop celestemods && git pull && npm run build && pm2 restart celestemods"
"deploy": "git fetch && pm2 stop celestemods && git pull && npm run build && pm2 restart celestemods --time"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
Expand Down

0 comments on commit bfbedd4

Please sign in to comment.