diff --git a/.drone.yml b/.drone.yml index c08d3a4..1caf096 100644 --- a/.drone.yml +++ b/.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 ... diff --git a/README.md b/README.md index 36c3eff..5eab5ab 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Use case: You're running Drone CI or others linked to a Gitea instance and you want them to run as soon as possible.