Portnut/.drone.yml
Justine Pelletreau 0ca15c9594
Some checks reported errors
continuous-integration/drone Build encountered an error
drone
2023-07-14 00:48:51 +02:00

30 lines
403 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust:latest
commands:
- cargo build --release
---
kind: pipeline
type: docker
name: release
- name: create-release
image: plugins/gitea-release:latest
settings:
api_key:
from_secret: gitea_api
repo: Rust/Portnut
files:
- ./target/release/portnut
when:
event:
include:
- tag