diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:40:29 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:40:29 +0000 |
| commit | 3967131f514c1408b4628ba4e753c8a4f2341e0e (patch) | |
| tree | 4ad13d0a4c696f0b7e2b618a6e1d2e84b024d22c | |
| parent | 2b9e7f16d1987cc292bba0814b493c313c7b1871 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b245641..edc968f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: deploy-job: stage: deploy script: + - apt install -y sshpass - echo "Deploying application..." - echo "Application successfully deployed." - git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git |
