@jin7942/ray
Version:
Lightweight CI/CD deployment tool powered by Docker and Git
27 lines (26 loc) • 703 B
JSON
{
"projects": [
{
"name": "my-project",
"repo": "https://github.com/your/repo.git",
"branch": "main",
"docker": {
"type": "docker",
"image": "your-image",
"containername": "your-container",
"path": "./Dockerfile",
"network": "",
"volumes": ""
},
"internal": {
"logdir": "./logs",
"maxLogDirSize": 5242880,
"logLevel": "info",
"envFilePath": "./.env"
},
"env": {
"NODE_ENV": "production"
}
}
]
}