fixed docker command

This commit is contained in:
Chris Hall 2022-09-16 10:26:53 -07:00
parent b2d16a0e57
commit 9edb615b56

View File

@ -33,4 +33,4 @@ jobs:
run: | run: |
eval `ssh-agent -s` eval `ssh-agent -s`
ssh-add - <<< "$DEPLOY_PRIVATE_KEY" 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"