Some checks are pending
		
		
	
	Deploy to Production / deploy (push) Waiting to run
				
			- Added .dockerignore to exclude unnecessary files from Docker builds - Enhanced .env.example with detailed configuration options and added MySQL settings - Created Gitea CI/CD workflow for automated production deployment with health checks - Added comprehensive Caddy server setup guide and configuration for reverse proxy - Created Caddyfile with secure defaults for SSL, compression, and security headers The changes focus on setting up a production-
		
			
				
	
	
		
			25 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| node_modules
 | |
| .git
 | |
| .gitignore
 | |
| *.md
 | |
| .env
 | |
| .env.local
 | |
| dist
 | |
| build
 | |
| .vscode
 | |
| .idea
 | |
| *.log
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| pnpm-debug.log*
 | |
| .DS_Store
 | |
| coverage
 | |
| .nyc_output
 | |
| tmp
 | |
| data
 | |
| docker-compose.yml
 | |
| Dockerfile
 | |
| *.Dockerfile
 | |
| .dockerignore
 |