🚀 Add automatic deployment system
- Add auto-deploy.sh script with full CI/CD pipeline - Add quick-deploy.sh for fast development deployments - Add Git post-receive hook for automatic deployment on push - Add comprehensive deployment documentation - Add npm scripts for easy deployment management - Include health checks, logging, and cleanup - Support for automatic rollback on failures
This commit is contained in:
@@ -280,7 +280,10 @@ Built with a focus on user experience and visual appeal. Implemented proper erro
|
||||
|
||||
for (const project of projects) {
|
||||
await prisma.project.create({
|
||||
data: project
|
||||
data: {
|
||||
...project,
|
||||
difficulty: project.difficulty as any,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user