Extranet : Swith to Git

This commit is contained in:
Michael RICOIS 2016-04-20 11:06:05 +02:00
parent 5f390e9fd9
commit b66fa955cb
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
vars:
# Specific
project: extranet
project_tree: "branches/2.9"
project_tree: develop
webservice_uri: "http://webservice-ng.sd.lan"
# Always add a trailing / if you want rsync the content of the directory
ansistrano_deploy_from: "/home/vhosts/deploy/export/{{ project }}/"

View File

@ -6,7 +6,7 @@
vars:
# Specific
project: extranet
project_tree: trunk
project_tree: master
webservice_uri: "http://webservice.sd.lan"
# 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 }}"