mirror of
https://git.sr.ht/~ashkeel/sourcehut-mirror-bridge
synced 2024-11-23 21:32:20 +00:00
This commit is contained in:
parent
c66c2d2b2c
commit
df1bda13e6
2 changed files with 13 additions and 2 deletions
13
.drone.yml
13
.drone.yml
|
@ -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
|
||||
|
||||
...
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue