From 2683b0c734a6f9d0b0b0e700f779d37bbe4e12c7 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 26 Mar 2022 19:10:36 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c89cae..9faa3ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,8 @@ deploy-job: script: - echo "Deploying application..." - echo "Application successfully deployed." - - git clone --depth 1 https://gitlab.com/kdam0/vps.git + - git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git - cd vps - - git checkout install - make install - echo $VAULT_PASS > vaultid - ansible-vault decrypt --vault-id vaultid --output hosts hosts.vault -- cgit v1.2.3