This commit is contained in:
parent
a0044208ca
commit
47da86f24c
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
workspace:
|
workspace:
|
||||||
base: /data
|
base: /maubot-osc
|
||||||
path: sources
|
path: src
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: dock.mau.dev/maubot/maubot:latest
|
image: dock.mau.dev/maubot/maubot:latest
|
||||||
commands:
|
commands:
|
||||||
- mbc login -u $${MBC_USERNAME} -p $${MBC_PASSWORD} -s https://conference.heavensinferno.net -a default
|
- mbc build /maubot-osc/src
|
||||||
- mbc build /data/sources --upload
|
|
||||||
secrets: [mbc_username, mbc_password]
|
secrets: [mbc_username, mbc_password]
|
||||||
release:
|
release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
@ -16,7 +15,7 @@ pipeline:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files:
|
files:
|
||||||
- /data/sources/*.mbp
|
- /maubot-osc/src/*.mbp
|
||||||
checksum:
|
checksum:
|
||||||
- sha256
|
- sha256
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue