From 8e462e9cc66e694f981f29b56a2973fe9f0894c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 4 Dec 2018 00:50:00 +0100 Subject: [PATCH] Typo: `tagS` to deploy only if git tag exists --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index adfd185f5..3afc08703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ deploy: script: scripts/deploy.sh nitro.human-connection.org on: branch: master - tag: true + tags: true - provider: script script: scripts/deploy.sh nitro-staging.human-connection.org on: @@ -47,5 +47,5 @@ deploy: - provider: script script: scripts/deploy.sh "nitro-$(git rev-parse --short HEAD).human-connection.org" on: - tag: true + tags: true all_branches: true