Skip to content

Frontend CICD Deployment Test

Compare
Choose a tag to compare
@kj4ezj kj4ezj released this 22 Dec 11:05
· 39 commits to main since this release
ee0c615

This release literally contains no changes, the purpose of this was to demonstrate a successful CICD deployment to production.

Map the site being served to you to a CICD build.

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

Example output.

{
  "actor": "kj4ezj",
  "branch": null,
  "build": 92,
  "build_id": 3756990268,
  "build_url": "https://github.com/eosnetworkfoundation/devhub/actions/runs/3756990268",
  "commit": "ee0c61539305fe3031362a103e240c916baa80e9",
  "email": "[email protected]",
  "node": "v16.18.1",
  "ref_type": "tag",
  "repo": "https://github.com/eosnetworkfoundation/devhub",
  "tag": "v0.1.2",
  "triggering_actor": "kj4ezj"
}

For information on prior DevHub changes, see previous release notes.