- Add .drone.yml file to configure CI/CD pipeline - Set up Docker build and push to private registry - Add deployment configuration for development and production environments - Include health check and environment variable support
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
node_modules
|
|
.DS_Store
|
|
dist-ssr
|
|
*.local
|
|
/node_modules/
|
|
/.vscode/
|
|
/.idea/
|
|
/dist/
|