From b2d16a0e574f5d5f0229332debaaa388b0c9ed06 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Sep 2022 09:51:08 -0700 Subject: [PATCH] added clone and compose --- .github/workflows/eslint copy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint copy.yml b/.github/workflows/eslint copy.yml index 52d5100..f7b6771 100644 --- a/.github/workflows/eslint copy.yml +++ b/.github/workflows/eslint copy.yml @@ -33,4 +33,4 @@ jobs: run: | eval `ssh-agent -s` ssh-add - <<< "$DEPLOY_PRIVATE_KEY" - ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && clone ${REPO} && docker compose build" + ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && git clone ${REPO} && docker compose build"