From c22463b14180754c506798ad70071d742038b66c Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 27 Mar 2022 19:02:53 -0400 Subject: updated ci --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- cgit v1.2.3