Browse Source

New arrange of config.

1.0
Andrs Montaez 13 years ago
parent
commit
d6166a674d
  1. 8
      docs/example-config/.mage/environment/production.yaml
  2. 6
      docs/example-config/.mage/environment/staging.yaml

8
docs/example-config/.mage/environment/production.yaml

@ -1,8 +0,0 @@
#production
user: prod_example
deploy-from: application
deploy-to: /var/www/vhosts/example.com/www
hosts:
- s01.example.com
- s02.example.com
- s03.example.com

6
docs/example-config/.mage/environment/staging.yaml

@ -1,6 +0,0 @@
#staging
user: stg_example
deploy-from: application
deploy-to: /var/www/vhosts/example.com/staging
hosts:
- staging.example.com
Loading…
Cancel
Save