From c572d297cc45da51f13a36564316b2ab26c05656 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 12:54:22 -0700 Subject: [PATCH] move ssh:// --- Shilohimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shilohimage b/Shilohimage index 4af8b9ed..276ce5cb 100644 --- a/Shilohimage +++ b/Shilohimage @@ -104,7 +104,7 @@ RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/use ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/frappe/frappe -ARG ERPNEXT_REPO=ssh://git@githaven.org:2222/Shiloh/brotherton-erpnext.git +ARG ERPNEXT_REPO=git@githaven.org:2222/Shiloh/brotherton-erpnext.git ARG ERPNEXT_BRANCH=production RUN ssh -T ${ERPNEXT_REPO} RUN bench init \ @@ -116,7 +116,7 @@ RUN bench init \ --verbose \ /home/frappe/frappe-bench && \ cd /home/frappe/frappe-bench && \ - bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ${ERPNEXT_REPO} && \ + bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ssh://${ERPNEXT_REPO} && \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr