diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:06:55 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:06:55 +0000 |
| commit | 449f49a680521d33dadfffc7d654f1f584966b12 (patch) | |
| tree | bc188828fb669755af0b757fdfcfaf53c2ccbad4 | |
| parent | b25045c9721ddec81c608aa92505fde6b3111277 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbf132b..1c89cae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ deploy-job: - echo "Application successfully deployed." - git clone --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 |
