mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Typo: tagS to deploy only if git tag exists
This commit is contained in:
parent
5eae8a8978
commit
8e462e9cc6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user