aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-03-27 23:02:53 +0000
committerKumar Damani <me@kumardamani.net>2022-03-27 23:02:53 +0000
commitc22463b14180754c506798ad70071d742038b66c (patch)
treee092a29d09a4e7c568266585c5d3365a8d064b21
parent21f5e9bc73ab23476ffcd09212daf2b0d45a6db4 (diff)
updated ci
-rw-r--r--.gitlab-ci.yml4
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