diff options
| -rw-r--r-- | .gitlab-ci.yml | 6 |
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 |
