Use ssh instead of http for git checkout
This commit is contained in:
parent
67aa97f2b7
commit
d72c7baadf
@ -58,7 +58,7 @@
|
||||
|
||||
- name: Clone current Odoo code
|
||||
git:
|
||||
repo: 'https://gitea.agofer.net/Agofer/odoo_running_code.git'
|
||||
repo: 'ssh://git@gitea.agofer.net:22001/Agofer/odoo_running_code.git'
|
||||
dest: /home/odoo/src/odoo
|
||||
depth: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user