mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +02:00
added clone and compose
This commit is contained in:
parent
f81252cebe
commit
ff5da863df
6
.github/workflows/eslint copy.yml
vendored
6
.github/workflows/eslint copy.yml
vendored
@ -26,9 +26,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DEPLOY_HOST: 206.189.96.198
|
DEPLOY_HOST: 206.189.96.198
|
||||||
DEPLOY_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
DEPLOY_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||||
|
REPO: git@github.com:veganhacktivists/arabot.git
|
||||||
|
DEPLOY_USER: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: ssh
|
- name: setup-ssh
|
||||||
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@${DEPLOY_HOST} uptime
|
ssh -o StrictHostKeyChecking=no ${DEPOY_USER}@${DEPLOY_HOST} -C "cd /tmp && clone ${REPO} && docker compose build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user