diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed2060a..4cfea58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: 'python:3' +image: 'python:3-slim-buster' before_script: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' @@ -14,7 +14,7 @@ stages: deploy-job: stage: deploy script: - - apt update -y && apt install -y sshpass + - apt update -y && apt install -y git make sshpass - echo "Deploying application..." - git clone --branch master --depth 1 https://gitlab.com/kdam0/vps.git - cd vps |
