diff options
| -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 |
