Fix drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-07-21 22:10:31 -04:00
parent b3b45eb4a5
commit 55e3f0b025

View File

@ -13,8 +13,8 @@ steps:
image: golang image: golang
commands: commands:
- echo $SECRET_MESSAGE - echo $SECRET_MESSAGE
- (./Phasmobot -t $DISCORD_TOKEN) - ./Phasmobot -t $${DISCORD_TOKEN}
secrets: [discord_token, secret_message] secrets: [ discord_token, secret_message ]
when: when:
branch: branch:
- deploy - deploy
@ -34,4 +34,4 @@ steps:
- adler32 - adler32
- crc32 - crc32
when: when:
event: tag event: [tag]