Browse Source

Fix drone config

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

2
.drone.yml

@ -12,7 +12,7 @@ steps:
- name: Run - name: Run
image: golang image: golang
commands: commands:
- ./Phasmobot -t $DISCORD_TOKEN - (./Phasmobot -t $DISCORD_TOKEN)
secrets: [discord_token] secrets: [discord_token]
when: when:
branch: branch:

Loading…
Cancel
Save