Update drone deployment script to only deploy when a tag is created #313

Merged
Vylpes merged 2 commits from feature/292-drone-tag into develop 2023-06-30 17:16:47 +01:00
Showing only changes of commit d7907af258 - Show all commits

View file

@ -16,6 +16,7 @@ steps:
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
trigger:
event:
- tag
---