aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-03-27 21:49:30 +0000
committerKumar Damani <me@kumardamani.net>2022-03-27 21:49:30 +0000
commit8f27566dcb0183ce974bb8be6160a311d707576d (patch)
tree7e7aa83cbefbce68c1d7cea75c8fede2deaeb22e
parent028d67d1c01fdaecca3a6eb267564abc99cf1f38 (diff)
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f021011..76334f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,11 +16,9 @@ deploy-job:
script:
- apt update -y && apt install -y sshpass
- echo "Deploying application..."
- - echo "Application successfully deployed."
- git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git
- cd vps
- echo $VAULT_PASS > vaultid
- make install
- - cat hosts
- - ls -al
- - make facts group=compute args="-v" \ No newline at end of file
+ - make run file=playbooks/deploy.yaml tags="website" args="-v"
+ - echo "Application successfully deployed!" \ No newline at end of file