studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
530 stars 283 forks source link

Ci/git to s3 #338

Closed BMO-tech closed 4 years ago

BMO-tech commented 4 years ago

Summary

This PR adjusts the CircleCI Configuration to push to a S3 bucket when code is merged into master, or a tag of x.x.x is created.

On master merge, the bundled artifacts are pushed to a "staging" area in the S3 bucket (staging/themes) On x.x.x tag, the bundled artifacts are pushed to a "production" area (themes)

The "Deploy to StudioPress" configuration was tested in the breakthrough-pro repo.