aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-03-26 19:35:28 +0000
committerKumar Damani <me@kumardamani.net>2022-03-26 19:35:28 +0000
commit2b9e7f16d1987cc292bba0814b493c313c7b1871 (patch)
treef7e75a8526a73921d258684eaf6885abf2bbc373
parentf8e7036da83826160a1eefbe4f315dd5fc9e00cb (diff)
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57500f7..b245641 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ deploy-job:
- echo "Application successfully deployed."
- git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git
- cd vps
- - echo $VAULT_PASS
- echo $VAULT_PASS > vaultid
- make install
- - cat hosts \ No newline at end of file
+ - cat hosts
+ - make facts group=vps args="-v" \ No newline at end of file