diff options
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 13 | 
1 files changed, 13 insertions, 0 deletions
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  | 
