Commit 53b9a161 authored by nanahira's avatar nanahira

srvpro

parent 5712cd84
......@@ -8,7 +8,7 @@
roles:
- name: nodejs
vars:
nodejs_version: 12
nodejs_version: 14
- name: mono
when: 'server_type != "tournament"'
tasks:
......@@ -56,7 +56,7 @@
git:
repo: 'https://github.com/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro'
version: server
version: '{{ygopro_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......@@ -96,7 +96,7 @@
git:
repo: 'https://github.com/{{fork}}/windbot'
dest: '{{home_path}}/windbot'
version: master
version: '{{windbot_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......@@ -122,7 +122,7 @@
git:
repo: 'https://github.com/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server'
version: master
version: '{{srvpro_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......
......@@ -17,6 +17,7 @@
git:
repo: 'https://github.com/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server'
version: '{{srvpro_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......@@ -38,6 +39,7 @@
git:
repo: 'https://github.com/{{fork}}/windbot'
dest: '{{home_path}}/windbot'
version: '{{windbot_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......@@ -63,6 +65,7 @@
git:
repo: 'https://github.com/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro-new'
version: '{{ygopro_branch}}'
force: true
accept_hostkey: true
track_submodules: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment