Rocket.Chat/apps/meteor/example-ecosystem.json
2022-04-06 00:15:55 -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"
}
}
}