More path adjustments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-01-30 00:44:31 +01:00
parent 30b14bbe31
commit 28f6e562bb
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -6,9 +6,8 @@ pipeline:
build: build:
image: dock.mau.dev/maubot/maubot:latest image: dock.mau.dev/maubot/maubot:latest
commands: commands:
- mkdir -p /data/.config - echo $${MBC_CONFIG} > /data/maubot-cli.json
- echo $${MBC_CONFIG} > /data/.config/maubot-cli.json - mbc build /data/sources --upload
- mbc build /data/sources --upload -s https://conference.heavensinferno.net
secrets: [mbc_config] secrets: [mbc_config]
release: release:
image: plugins/gitea-release image: plugins/gitea-release