From ac63acf0933e568fd9fe1c425e6fc4ae44493bcd Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 21 Jul 2021 22:04:36 -0400 Subject: [PATCH] Fix drone config --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b0ba031..067c264 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,11 +12,11 @@ steps: - name: Run image: golang commands: - - go get github.com/bwmarrin/discordgo - - go vet -v - - go build - ./Phasmobot -t $DISCORD_TOKEN secrets: [discord_token] + when: + branch: + - deploy - name: gitea_release image: plugins/gitea-release