Browse Source

Fix drone config

master
Gregory Rudolph 4 years ago
parent
commit
9b29dd222f
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 6
      .drone.yml

6
.drone.yml

@ -17,8 +17,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

Loading…
Cancel
Save