mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-31 16:58:50 +01:00
fixed docker command
This commit is contained in:
2
.github/workflows/eslint copy.yml
vendored
2
.github/workflows/eslint copy.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user