Deploy a new version of an html block to metablock cloud.
- token: Metablock API token, you need to create one on the metablock admin. Alternatively set the METABLOCK_API_TOKENenvironment variable.
- block: Metablock Block ID. Alternatively set the METABLOCK_BLOCK_IDenvironment variable.
- bundle: bundle location. Alternatively set the BUNDLE_LOCATIONenvironment variable, (it defaults to./distif not provided)
- env: environment where to deploy, either stageorprod, (it defaults tostageif not provided). Can be set viaMETABLOCK_ENVenvironment variable.
- name: optional deployment name
Check the build.yml manifest file for an example where pull requests to master are deployed to stage and a merge to master to prod.