geoip-geosite-with-ru-block.../.drone.yml

26 lines
453 B
YAML
Raw Normal View History

2023-11-11 19:49:22 +03:00
kind: pipeline
type: docker
name: default
steps:
- name: generate
2023-11-11 20:11:49 +03:00
image: alpine:latest
2023-11-11 19:49:22 +03:00
commands:
2023-11-11 20:11:49 +03:00
- apk add --no-cache libidn sipcalc gawk git bash golang-go python
2023-11-11 19:49:22 +03:00
- bash generate.sh
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://gitea.neur0tx.site
files: .temp/result/*
checksum:
- sha256
when:
branch:
- master
trigger:
event:
- push