From 9edb615b56dd6ec296365927e52ecdb7b02d058c Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Sep 2022 10:26:53 -0700 Subject: [PATCH] fixed docker command --- .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 f7b6771..a7c3739 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 && git clone ${REPO} && docker compose build" + ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && git clone ${REPO} && docker-compose build"