From 8f27566dcb0183ce974bb8be6160a311d707576d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 27 Mar 2022 21:49:30 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++---- 1 file 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 -- cgit v1.2.3