Batch : switch to git
This commit is contained in:
parent
79b4601c48
commit
5f390e9fd9
@ -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 }}/"
|
||||
|
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user