diff --git a/apps/extranet/deploy-ng.yml b/apps/extranet/deploy-ng.yml index a457da7..8774dc6 100644 --- a/apps/extranet/deploy-ng.yml +++ b/apps/extranet/deploy-ng.yml @@ -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 }}/" diff --git a/apps/extranet/deploy.yml b/apps/extranet/deploy.yml index 2d2b6cd..610ed46 100644 --- a/apps/extranet/deploy.yml +++ b/apps/extranet/deploy.yml @@ -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 }}/" diff --git a/apps/extranet/tasks/before-updatecode.yml b/apps/extranet/tasks/before-updatecode.yml index 0d1885e..25ea23f 100644 --- a/apps/extranet/tasks/before-updatecode.yml +++ b/apps/extranet/tasks/before-updatecode.yml @@ -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 }}" \ No newline at end of file +- name: Extract project from Git + local_action: command php /home/vhosts/deploy/git/export.php --deploy --projet "{{ project }}" --tree "{{ project_tree }}" \ No newline at end of file