{"id":13479321,"url":"https://github.com/bravetheskies/shopify-rapid-deploy-action","last_synced_at":"2025-04-14T05:24:34.100Z","repository":{"id":65159121,"uuid":"329366936","full_name":"bravetheskies/shopify-rapid-deploy-action","owner":"bravetheskies","description":"A GitHub action for rapid deployment of Shopify themes.","archived":false,"fork":false,"pushed_at":"2023-02-23T11:57:20.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-27T19:14:44.108Z","etag":null,"topics":["github-actions","keep","shopify","shopify-theme","shopify-themes","themekit","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bravetheskies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-13T16:28:57.000Z","updated_at":"2023-11-02T08:25:59.000Z","dependencies_parsed_at":"2024-01-14T09:00:29.469Z","dependency_job_id":null,"html_url":"https://github.com/bravetheskies/shopify-rapid-deploy-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravetheskies%2Fshopify-rapid-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravetheskies%2Fshopify-rapid-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravetheskies%2Fshopify-rapid-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravetheskies%2Fshopify-rapid-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bravetheskies","download_url":"https://codeload.github.com/bravetheskies/shopify-rapid-deploy-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248825564,"owners_count":21167507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","keep","shopify","shopify-theme","shopify-themes","themekit","workflow"],"created_at":"2024-07-31T16:02:13.618Z","updated_at":"2025-04-14T05:24:34.058Z","avatar_url":"https://github.com/bravetheskies.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Shopify Rapid Deploy Action\n\nA GitHub action for rapid deployment of Shopify themes.\n\n## Usage\n\nThe action requires 4 environment variables to run and has one optional variable, they are listed below.\n\n* `SHOPIFY_APP_API_PASSWORD` - API password for your Shopify app.\n* `SHOPIFY_STORE_URL` - The store URL in format `my-store.myshopify.com` of your store.\n* `SHOPIFY_THEME_ID` - The ID of the theme to deploy to.\n* `THEME_PATH` - The path of your theme in your repository. If root use `./`.\n* `THEMEKIT_FLAGS` (optional) - [Shopify Theme Kit configuration flags](https://shopify.github.io/themekit/configuration/#flags).\n\nIt is recommended that you use [encrypted secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for your environment details.\n\nThey can easily be used in your workflow configuration like so:\n\n```yml\n...\n- uses: bravetheskies/shopify-rapid-deploy-action@v1\n  env:\n    SHOPIFY_APP_API_PASSWORD: ${{ secrets.SHOPIFY_APP_API_PASSWORD }}\n    SHOPIFY_STORE_URL: ${{ secrets.SHOPIFY_STORE_URL }}\n    SHOPIFY_THEME_ID: ${{ secrets.SHOPIFY_THEME_ID }}\n    THEME_PATH: ${{ secrets.SHOPIFY_THEME_PATH }}\n...\n```\n\n## Examples\n\nBasic full workflow example:\n\n```yml\nname: Deploy theme\non: [workflow_dispatch]\njobs:\n  build:\n    name: Deploy theme\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@main\n      - name: Deploy theme\n        uses: bravetheskies/shopify-rapid-deploy-action@main\n        env:\n          SHOPIFY_APP_API_PASSWORD: ${{ secrets.SHOPIFY_APP_API_PASSWORD }}\n          SHOPIFY_STORE_URL: ${{ secrets.SHOPIFY_STORE_URL }}\n          SHOPIFY_THEME_ID: ${{ secrets.SHOPIFY_THEME_ID }}\n          THEME_PATH: ${{ secrets.SHOPIFY_THEME_PATH }}\n```\n\nExample with flags from [Shopify Theme Kit configuration](https://shopify.github.io/themekit/configuration/#flags):\n\n```yml\nname: Deploy theme\non: [workflow_dispatch]\njobs:\n  build:\n    name: Deploy theme\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@main\n      - name: Deploy theme\n        uses: bravetheskies/shopify-rapid-deploy-action@main\n        env:\n          SHOPIFY_APP_API_PASSWORD: ${{ secrets.SHOPIFY_APP_API_PASSWORD }}\n          SHOPIFY_STORE_URL: ${{ secrets.SHOPIFY_STORE_URL }}\n          SHOPIFY_THEME_ID: ${{ secrets.SHOPIFY_THEME_ID }}\n          THEME_PATH: ${{ secrets.SHOPIFY_THEME_PATH }}\n          THEMEKIT_FLAGS: --ignored-file=config/settings_data.json --ignored-file=locales/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravetheskies%2Fshopify-rapid-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbravetheskies%2Fshopify-rapid-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravetheskies%2Fshopify-rapid-deploy-action/lists"}