diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-27 23:02:53 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-27 23:02:53 +0000 |
| commit | c22463b14180754c506798ad70071d742038b66c (patch) | |
| tree | e092a29d09a4e7c568266585c5d3365a8d064b21 /.gitlab-ci.yml | |
| parent | 21f5e9bc73ab23476ffcd09212daf2b0d45a6db4 (diff) | |
updated ci
Diffstat (limited to '.gitlab-ci.yml')
| -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 |
