Rocket.Chat/example-ecosystem.json
2015-09-11 16:45:14 -03:00

13 lines
258 B
JSON

{
"deploy": {
"production": {
"user": "root",
"host": ["rocket.chat"],
"ref": "origin/master",
"repo": "https://github.com/RocketChat/Rocket.Chat.git",
"path": "/var/www/rocket.chat",
"post-deploy": "source build.sh production"
}
}
}