Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples of useful GitHub Actions for theme development #1864

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

bookernath
Copy link
Contributor

What?

Add a few examples of useful GitHub actions for theme development.

  1. Automatically deploy theme to a production store on merge to master/main
  2. As a scheduled job, check for changes to the production store's configuration and create a PR back to the repo to keep things in sync

@bigbot
Copy link

bigbot commented Oct 6, 2020

Autotagging @bigcommerce/storefront-team @davidchin


- name: Connect to store
env:
URL: ${{ secrets.STENCIL_STORE_URL_PRODUCTION }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add a readme file as well in this repo to call out how to use it and how to setup some of these secrets ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan to get some public dev docs posted... can do another PR to add a link once we have those

@bookernath bookernath merged commit 0054b23 into bigcommerce:master Oct 6, 2020
@bookernath bookernath deleted the workflow-examples branch October 6, 2020 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants