diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:10:36 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:10:36 +0000 |
| commit | 2683b0c734a6f9d0b0b0e700f779d37bbe4e12c7 (patch) | |
| tree | 4001fe55d0331a895d1c503f47b6522fbfda82e0 | |
| parent | 449f49a680521d33dadfffc7d654f1f584966b12 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c89cae..9faa3ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,8 @@ deploy-job: script: - echo "Deploying application..." - echo "Application successfully deployed." - - git clone --depth 1 https://gitlab.com/kdam0/vps.git + - git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git - cd vps - - git checkout install - make install - echo $VAULT_PASS > vaultid - ansible-vault decrypt --vault-id vaultid --output hosts hosts.vault |
