Browse Source

Fix drone config

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

6
.drone.yml

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

Loading…
Cancel
Save