Skip to content
Snippets Groups Projects
example-ecosystem.json 258 B
Newer Older
Gabriel Engel's avatar
Gabriel Engel committed
{
	"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"
		}
	}
}