From 9749f9c9c917dd284258b608324d915e033d3293 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Fri, 30 Jun 2023 17:16:46 +0100 Subject: [PATCH] Update drone deployment script to only deploy when a tag is created (#313) - Update drone deployment script to only deploy when a tag is created #292 Co-authored-by: Ethan Lane Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/313 --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4584051..ae31a87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - pull_request