Batch : switch to git

This commit is contained in:
Michael RICOIS 2016-04-20 11:04:03 +02:00
parent 79b4601c48
commit 5f390e9fd9
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
vars:
# Specific
project: batch
project_tree: "branches/1.4-dev"
project_tree: master
project_mode: prod
# Always add a trailing / if you want rsync the content of the directory
ansistrano_deploy_from: "/home/vhosts/deploy/export/{{ project }}/"

View File

@ -1,2 +1,2 @@
- name: Extract project from SVN
local_action: command php /home/vhosts/deploy/svn/export.php --deploy --projet "{{ project }}" --tree "{{ project_tree }}"
- name: Extract project from Git
local_action: command php /home/vhosts/deploy/git/export.php --deploy --projet "{{ project }}" --tree "{{ project_tree }}"