aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-03-26 19:20:28 +0000
committerKumar Damani <me@kumardamani.net>2022-03-26 19:20:28 +0000
commit726f34db8ac360159d7a2d30ca88375c7826e71e (patch)
tree4d736b6ac472923f14e2bccba196f2aadbd03d5e /.gitlab-ci.yml
parentdf2a63ad606170bb5ef46dd00111bd6dca994314 (diff)
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93e36b9..ce52560 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,6 @@ deploy-job:
- echo "Application successfully deployed."
- git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git
- cd vps
- - make install
- echo $VAULT_PASS > vaultid
- - source ~/.venv/vps/bin/activate
- - ansible-vault decrypt --vault-id vaultid --output hosts hosts.vault
+ - make install
- cat hosts \ No newline at end of file