Browse Source

Fix drone config

pull/1/head
Gregory Rudolph 4 years ago
parent
commit
ac63acf093
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 6
      .drone.yml

6
.drone.yml

@ -12,11 +12,11 @@ steps: @@ -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

Loading…
Cancel
Save