Skip to content

Frontend CICD

Compare
Choose a tag to compare
@kj4ezj kj4ezj released this 22 Dec 10:30
· 40 commits to main since this release
3d125b9

This release contains no material changes to learn.eosnetwork.com. However, we now push a file containing metadata to learn.eosnetwork.com/package.json which will enable engineers to determine what version or build of the site is being served by the content delivery network (CDN). To retrieve the relevant information, run:

time curl -fsSL 'https://learn.eosnetwork.com/package.json' | jq '.git'

Otherwise, this release contains a CICD system to build the DevHub frontend. Builds against a git tag will publish the frontend to learn.eosnetwork.com. The git tag must match the version string in the package.json when prefixed with a v. So if the tag is v0.1.1, the version string in the package.json must be 0.1.1.