@jin7942/ray
Version:
Lightweight CI/CD deployment tool powered by Docker and Git
19 lines (18 loc) • 545 B
JSON
{
"projects": [
{
"name": "used_market",
"repo": "https://github.com/jin7942/used_market.git",
"branch": "main",
"docker": {
"type": "compose",
"image": "used-market-backend",
"containername": "used-market-backend",
"path": {
"dockerfile": "./Dockerfile",
"compose": "/srv/deploy/nginx-config/deploy/usedmarket/docker-compose.yml"
}
}
}
]
}