aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
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