Use direct Odoo bare repo URL in Makefile
This commit is contained in:
@@ -3,7 +3,7 @@ SHELL := /bin/bash
|
||||
HOST ?= root@optovia
|
||||
SSH ?= ssh $(HOST)
|
||||
|
||||
REMOTE_PROD ?= odoo-prod
|
||||
REMOTE_PROD ?= root@optovia:/srv/git/odoo.git
|
||||
BRANCH ?= main
|
||||
MODULES ?= all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user