mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-18 00:19:48 +01:00
debugging compose
This commit is contained in:
parent
ed4b3b42e5
commit
09c13a21bd
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 && (git clone git@github.com:${GITHUB_REPOSITORY}) || (cd arabot && git pull && git checkout ${GITHUB_REF_NAME}) && pwd && 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}) && cd arabot && docker-compose build"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user