Skip to content

Merge pull request #112 from gadget-inc/ts-migration #5

Merge pull request #112 from gadget-inc/ts-migration

Merge pull request #112 from gadget-inc/ts-migration #5

name: ChatGPT Deployment
on:
push:
paths:
- "openai/chatgpt-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=chatgpt-template --env=development --force --allow-unknown-directory
working-directory: openai/chatgpt-template/
env:
GGT_TOKEN: ${{ secrets.CHATGPT_DEPLOY_TOKEN }}