diff --git a/docs/example-config/.mage/environment/production.yaml b/docs/example-config/.mage/environment/production.yaml deleted file mode 100644 index be85934..0000000 --- a/docs/example-config/.mage/environment/production.yaml +++ /dev/null @@ -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 diff --git a/docs/example-config/.mage/environment/staging.yaml b/docs/example-config/.mage/environment/staging.yaml deleted file mode 100644 index 29fa24c..0000000 --- a/docs/example-config/.mage/environment/staging.yaml +++ /dev/null @@ -1,6 +0,0 @@ -#staging -user: stg_example -deploy-from: application -deploy-to: /var/www/vhosts/example.com/staging -hosts: - - staging.example.com