From 643fc5a0aa0271cda36b6fd739a0d48fe830bb2d Mon Sep 17 00:00:00 2001 From: crystal Date: Mon, 3 Jul 2023 01:36:22 -0600 Subject: [PATCH] publish-repo-deb --- .crystalintegration.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.crystalintegration.yml b/.crystalintegration.yml index f7fe17c..2ffb916 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -350,3 +350,16 @@ pipeline: - ./.ci-forgejo-apt.sh *.deb when: event: [ tag ] + + publish-repo-deb: + image: *ci_verify_image + group: upload + environment: + FORGEJO_SITE: https://code.forgejo.org + FORGEJO_OWNER: crystal + DEBIAN_DIST: bullseye + DEBIAN_COMPONENT: forgejo + secrets: [ cfo_api_key ] + commands: + - export FORGEJO_KEY=$CFO_API_KEY + - ./.ci-forgejo-apt.sh repo-deb/*.deb