Skip to content

Merge pull request #167 from gadget-inc/devaoc/pb-configs #2

Merge pull request #167 from gadget-inc/devaoc/pb-configs

Merge pull request #167 from gadget-inc/devaoc/pb-configs #2

name: Customized Bundle Deployment
on:
push:
paths:
- "shopify/product-bundler-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-bundler-public-remix-ssr --env=development --force --allow-unknown-directory
working-directory: shopify/product-bundler-public-remix-ssr/
env:
GGT_TOKEN: ${{ secrets.PRODUCT_BUNDLER_PUBLIC_REMIX_SSR_DEPLOY_TOKEN }}