diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-03 01:36:22 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-03 01:36:22 -0600 | 
| commit | 643fc5a0aa0271cda36b6fd739a0d48fe830bb2d (patch) | |
| tree | 2df17ae2183a2ae71490d8fb54b2d38784e0151f /.crystalintegration.yml | |
| parent | 06a3317949e4e8b556ad035d7dedf1f992e695cc (diff) | |
publish-repo-deb
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  | 
