diff options
Diffstat (limited to 'config/deploy.yml.example')
-rw-r--r-- | config/deploy.yml.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/deploy.yml.example b/config/deploy.yml.example new file mode 100644 index 000000000..10b6f36bc --- /dev/null +++ b/config/deploy.yml.example @@ -0,0 +1,11 @@ +# Site-specific deployment configuration lives in this file +production: + repository: git@github.com:mysociety/alaveteli.git + branch: master + server: www.example.com + path: /srv/www/alaveteli_production +staging: + repository: git@github.com:mysociety/alaveteli.git + branch: develop + server: test.example.com + path: /srv/www/alaveteli_staging |