ci:build.moriod.deb
The ci:build.moriod.deb
builds a Debian package (.deb) for
moriod, the morio distribution.
Run npm run ci:build.moriod.deb
in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/ci-build-moriod-deb.sh
Publish the built package
This script takes an optional parameter publish
that will publish the newly
built .deb package on
packagecloud.io/morio/debian-12:
Terminal
npm run ci:build.moriod.deb publish
To make this work, the following environment variables should be available:
Name | Description |
---|---|
PACKAGECLOUD_TOKEN | The token to access the packagecloud.io API (docs) |