Compare commits

2 Commits

Author SHA1 Message Date
8be9963728 Fix drone config
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-07-21 22:34:24 -04:00
9b29dd222f Fix drone config
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed
2021-07-21 22:31:19 -04:00

View File

@ -6,7 +6,6 @@ steps:
- name: Build
image: golang
commands:
- go get github.com/bwmarrin/discordgo
- go vet -v
- go build -ldflags "-X main.gitCommit=$(git rev-parse --short HEAD)"
- name: Run
@ -17,8 +16,10 @@ steps:
commands:
- ./Phasmobot -t $${DISCORD_TOKEN}
when:
branch:
- deploy
event:
- promote
target:
- prod
- name: gitea_release
image: plugins/gitea-release