Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created September 25, 2012 10:38
Show Gist options
  • Save isidromerayo/3781112 to your computer and use it in GitHub Desktop.
Save isidromerayo/3781112 to your computer and use it in GitHub Desktop.
mage enviroment testing
#testing
deployment:
user: my_user
from: ./
to: /var/www/my_user/my_app_deploy
excludes:
- build
- tests
releases:
enabled: true
max: 10
symlink: current
directory: releases
hosts:
- development.myhost
tasks:
on-deploy:
- deployment/rsync
post-deploy:
- permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment