aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-09-07 20:56:46 +0000
committerKumar Damani <me@kumardamani.net>2022-09-07 20:56:46 +0000
commit4dbc7a4a1860a77a1f4cd5fb20ef3411c13f9b95 (patch)
tree8f141a741a08d0f940f1dca2f6eb65b7e617789f
parentba757838655f0d13c863e74f4d9326dc8b200f2c (diff)
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml2
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!"