diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-09-07 20:56:46 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-07 20:56:46 +0000 |
| commit | 4dbc7a4a1860a77a1f4cd5fb20ef3411c13f9b95 (patch) | |
| tree | 8f141a741a08d0f940f1dca2f6eb65b7e617789f | |
| parent | ba757838655f0d13c863e74f4d9326dc8b200f2c (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cfea58..27dcf1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ deploy-job: - cd vps - echo $VAULT_PASS > vaultid - make install - - make run file=playbooks/deploy.yaml tags="website" args="-v" + - make run file=playbooks/deploy.yaml tags="websites" args="-v" - echo "Application successfully deployed!" |
