diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:03:18 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 19:03:18 +0000 |
| commit | b25045c9721ddec81c608aa92505fde6b3111277 (patch) | |
| tree | 4b299001bd081348b9cc03c46131cf5c162ba468 | |
| parent | 5e097280ac5e25dd18bf4745fb3d382b5561c059 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0616392..dbf132b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,7 @@ deploy-job: - echo "Application successfully deployed." - git clone --depth 1 https://gitlab.com/kdam0/vps.git - cd vps - - ls -al
\ No newline at end of file + - make install + - echo $VAULT_PASS > vaultid + - ansible-vault decrypt --vault-id vaultid --output hosts hosts.vault + - cat hosts
\ No newline at end of file |
