Update drone deployment script to only deploy when a tag is created #313
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ steps:
|
||||||
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
|
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue