Update drone deployment script to only deploy when a tag is created (#313)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
- Update drone deployment script to only deploy when a tag is created #292 Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/313
This commit is contained in:
parent
e84f871329
commit
9749f9c9c9
1 changed files with 2 additions and 4 deletions
|
@ -16,10 +16,8 @@ steps:
|
|||
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- promote
|
||||
- tag
|
||||
|
||||
---
|
||||
|
||||
|
@ -71,4 +69,4 @@ trigger:
|
|||
- renovate/*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- pull_request
|
||||
|
|
Loading…
Reference in a new issue