Try the same thing again

This commit is contained in:
PAlexanderFranklin 2024-03-21 12:50:48 -07:00
parent 9978aebaea
commit 2dcc36ecd1

View File

@ -102,7 +102,7 @@ USER frappe
RUN mkdir -p /home/frappe/.ssh
RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config
RUN ssh -T 'git@githaven.org:2222/Shiloh/brotherton\-erpnext.git'
RUN ssh -T 'git@githaven.org:2222/Shiloh/brotherton-erpnext.git'
ARG FRAPPE_BRANCH=version-15
ARG FRAPPE_PATH=https://github.com/frappe/frappe