mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 14:58:55 +00:00
13 lines
258 B
JSON
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"
|
|
}
|
|
}
|
|
}
|