mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:54:13 +02:00
added clone and compose
This commit is contained in:
parent
dea7e0a560
commit
b2d16a0e57
2
.github/workflows/eslint copy.yml
vendored
2
.github/workflows/eslint copy.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user