Files
arduino-nano-opst/.drone.yml
Pascal Lais 5096069f4c
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
Add github release to pipeline when adding a tag
2020-10-19 15:17:31 +02:00

23 lines
415 B
YAML

kind: pipeline
type: docker
name: arduino-nano-opst
steps:
- name: build
image: shaguarger/platformio
commands:
- platformio run
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.lais.dev
files:
- .pio/build/nanoatmega328/firmware.bin
checksum:
- md5
- sha256
- crc32
when:
event: tag