Files
npease 0025e364f7
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
Preliminary Project Complete, Moving on to Extra Credit, Autopublish Release
2022-12-01 12:01:57 -05:00

23 lines
480 B
YAML

kind: pipeline
type: docker
name: cos125-p2-publish
steps:
- name: production-release-build
image: alpine
commands:
- apk add zip
- zip -r release.zip Release/*
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url:
from_secret: gitea_url
files: release.zip
title: COS125 ${DRONE_TAG} Release
note: Auto Released by DroneCI
when:
event: tag