scripts/quick-deploy/config.example.json

6 lines
152 B
JSON
Raw Permalink Normal View History

2020-04-12 20:27:04 +02:00
{
"remote-path": "git@git.example.com:yourname/somerepo",
"branch": "develop",
"local-path": "/var/www/html/",
"secret": "YOUR-SECRET"
}