Update '.drone.yml'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
dfeada203b
commit
6d152cde84
14
.drone.yml
14
.drone.yml
|
@ -40,6 +40,20 @@ steps:
|
||||||
- nix-env -i -f ./nix/dhall.nix
|
- nix-env -i -f ./nix/dhall.nix
|
||||||
- ./scripts/release.sh
|
- ./scripts/release.sh
|
||||||
|
|
||||||
|
- name: auto-release
|
||||||
|
image: xena/gitea-release
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
auth_username: cadey
|
||||||
|
gitea_server: https://tulpa.dev
|
||||||
|
gitea_token:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: image
|
- name: image
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
Loading…
Reference in New Issue