Builds your theme, installs composer dependencies and deploys it to production / staging.
Create .circleci
folder in project root, and add config.yml
in it. Edit the config a bit. Use search & replace to substitute $PROD_SSH_PORT
to the SSH port number and $THEMENAME
to the folder name of your theme.
Login to CircleCI and add a project using the menu in the sidebar. Click "Set Up Project" on the project you want to setup CI for.