Browse Source

Fix drone config

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

4
.drone.yml

@ -13,7 +13,7 @@ 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:
@ -34,4 +34,4 @@ steps:
- adler32 - adler32
- crc32 - crc32
when: when:
event: tag event: [tag]

Loading…
Cancel
Save