Typo: tagS to deploy only if git tag exists

This commit is contained in:
Robert Schäfer 2018-12-04 00:50:00 +01:00
parent 5eae8a8978
commit 8e462e9cc6

View File

@ -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