The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/example-ecosystem.json

12 lines
258 B

{
"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"
}
}
}