added closing parenthesis

This commit is contained in:
Chris Hall 2022-09-16 11:09:22 -07:00
parent 0375f2cb8e
commit 4291551973

View File

@ -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 git@github.com:${GITHUB_REPOSITORY}) || (cd arabot && git pull && git checkout ${GITHUB_REF}) && docker-compose build"
ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && (git clone git@github.com:${GITHUB_REPOSITORY}) || (cd arabot && git pull && git checkout ${GITHUB_REF_NAME}) && docker-compose build"