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