Skip to content

Merge pull request #177 from gadget-inc/move-readme-to-root-dir #14

Merge pull request #177 from gadget-inc/move-readme-to-root-dir

Merge pull request #177 from gadget-inc/move-readme-to-root-dir #14

name: Product Quiz Deployment
on:
push:
paths:
- "shopify/product-quiz-public-remix-ssr/**"
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-public-remix-ssr --env=development --force --allow-unknown-directory
working-directory: shopify/product-quiz-public-remix-ssr/
env:
GGT_TOKEN: ${{ secrets.PRODUCT_QUIZ_PUBLIC_REMIX_SSR_DEPLOY_TOKEN }}