From b25045c9721ddec81c608aa92505fde6b3111277 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 26 Mar 2022 19:03:18 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0616392..dbf132b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,7 @@ deploy-job: - echo "Application successfully deployed." - git clone --depth 1 https://gitlab.com/kdam0/vps.git - cd vps - - ls -al \ No newline at end of file + - make install + - echo $VAULT_PASS > vaultid + - ansible-vault decrypt --vault-id vaultid --output hosts hosts.vault + - cat hosts \ No newline at end of file -- cgit v1.2.3