2 Commits
deploy ... Test

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