update pipelines
This commit is contained in:
parent
968f48a7c5
commit
802c92c2b9
3 changed files with 6 additions and 3 deletions
|
@ -18,7 +18,7 @@ steps:
|
|||
image: golang:1.20-alpine
|
||||
environment:
|
||||
- APP_NAME=humble-bot
|
||||
- FORGE=https://codeberg.org
|
||||
- FORGE=https://git.lauka.net
|
||||
commands:
|
||||
- apk add --update --no-cache xz curl jq
|
||||
- go mod download
|
||||
|
|
|
@ -7,7 +7,7 @@ steps:
|
|||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: codeberg.org/lauralani/humble-bot
|
||||
repo: git.lauka.net/lauralani/humble-bot
|
||||
registry: codeberg.org
|
||||
tags: latest
|
||||
username: lauralani
|
||||
|
@ -22,7 +22,7 @@ steps:
|
|||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: codeberg.org/lauralani/humble-bot
|
||||
repo: git.lauka.net/lauralani/humble-bot
|
||||
registry: codeberg.org
|
||||
auto_tag: true
|
||||
username: lauralani
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Humble Bundle Fediverse Bot
|
||||
by https://chaos.social/@lauralani
|
||||
|
||||
[![status-badge](https://ci.lauka.net/api/badges/4/status.svg)](https://ci.lauka.net/4)
|
||||
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
|
||||
|
||||
## About
|
||||
This bot posts new Humble Bundles on the Fediverse so you can follow the bot and get the newest Bundles.
|
||||
The Bot can be found at: TBD
|
||||
|
|
Loading…
Reference in a new issue