add shipit deployment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ash Keel 2023-11-13 14:42:59 +01:00
parent c66c2d2b2c
commit df1bda13e6
No known key found for this signature in database
GPG Key ID: 53A9E9A6035DD109
2 changed files with 13 additions and 2 deletions

View File

@ -36,8 +36,19 @@ steps:
when:
event:
- tag
- name: update deployment
image: ghcr.io/hamcha/shipit:main
environment:
SHIPIT_PROVIDER:
from_secret: shipit_provider
SHIPIT_CHANGES: '[{"templater":"yaml","file":"docker-compose.yml","changes":{"services.srht-mirror.image":"registry.fromouter.space/uchumoe/sourcehut-mirror-bridge:${DRONE_COMMIT_SHA}"}}]'
SHIPIT_BRANCH: master
when:
event:
- push
---
kind: signature
hmac: 925643c1816fd7df3823079bc98a79836e34e4641b8328ae0bc3eae37923ff84
hmac: 6623df92d14170f25a3ae28db0bcbfed09d62300c32eb2fb170ad66f63c581c4
...

View File

@ -2,4 +2,4 @@
SourceHut to Gitea active mirror bridge. Uses Soucehut GQL APIs to set up a webhook and manually sync a downstream Gitea/Forgejo repository set as a mirror.
Use case: You're running Drone CI or others linked to a Gitea instance and you want them to run as soon as possible.
Use case: You're running Drone CI or others linked to a Gitea instance and you want them to run as soon as possible.