diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-06-23 03:13:00 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-06-23 03:13:00 -0600 |
| commit | 492b03753ade6e69960afff596b6e91c1b29d6e5 (patch) | |
| tree | e5fe749091b60b56e0ad8a621e2c2f65f57807d4 /.crystalintegration.yml | |
| parent | a37e7517ced338e96e943399382dd318677cf995 (diff) | |
apt repo test
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 19d15e5..e34bc8a 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -306,3 +306,16 @@ pipeline: skip_verify: true when: event: [ tag ] + + publish-apt-repo: + image: *ci_verify_image + group: upload + environment: + FORGEJO_SITE: https://code.forgejo.org + FORGEJO_OWNER: crystal + DEBIAN_DIST: any + DEBIAN_COMPONENT: forgejo + secrets: [ cfo_api_key ] + commands: + - export FORGEJO_KEY=$CFO_API_KEY + - ./.ci-forgejo-apt.sh "*.deb" |
