Skip to content

DEVDOCS-5911 [new]: MSF/Stencil, add storefront selector guide (#326) #261

DEVDOCS-5911 [new]: MSF/Stencil, add storefront selector guide (#326)

DEVDOCS-5911 [new]: MSF/Stencil, add storefront selector guide (#326) #261

Workflow file for this run

name: Rebuild Production Dev Center
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger CircleCI Build
run: |
curl --location 'https://circleci.com/api/v2/project/gh/bigcommerce/developer-center/pipeline' \
--header 'Circle-Token: ${{ secrets.CIRCLECI_TOKEN }}' \
--header 'content-type: application/json' \
--data '{
"branch": "main",
"parameters": {
"build_environment": "production",
"github_triggering_actor": "${{ github.actor }}"
}
}'