Skip to content

Merge pull request #142 from gadget-inc/devaoc/fix-pq-sync #14

Merge pull request #142 from gadget-inc/devaoc/fix-pq-sync

Merge pull request #142 from gadget-inc/devaoc/fix-pq-sync #14

name: Product Quiz Deployment
on:
push:
paths:
- "shopify/product-quiz-template/**"
branches:
- main
workflow_dispatch:
jobs:
push-to-development-environment:
runs-on: macos-latest
steps:
- name: Checkout the current repository
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=product-quiz-template --env=development --force --allow-unknown-directory
working-directory: shopify/product-quiz-template/
env:
GGT_TOKEN: ${{ secrets.PRODUCT_QUIZ_DEPLOY_TOKEN }}