Skip to content

Commit

Permalink
Moving all templates into their respective folders and changing the a…
Browse files Browse the repository at this point in the history
…ctions to point to the right paths
  • Loading branch information
DevAOC committed Aug 27, 2024
1 parent 33c999b commit c4a092c
Show file tree
Hide file tree
Showing 983 changed files with 48 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ai-screenwriter-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: AI Screenwriter Deployment
on:
push:
paths:
- "ai-screenwriter-template/**"
- "openai/ai-screenwriter-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=ai-screenwriter-template --env=development --force --allow-unknown-directory
working-directory: ai-screenwriter-template/
working-directory: openai/ai-screenwriter-template/
env:
GGT_TOKEN: ${{ secrets.AI_SCREENWRITER_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/airtable-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Airtable Deployment
on:
push:
paths:
- "airtable-template/**"
- "shopify/airtable-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=airtable-template --env=development --force --allow-unknown-directory
working-directory: airtable-template/
working-directory: shopify/airtable-template/
env:
GGT_TOKEN: ${{ secrets.AIRTABLE_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/blog-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Blog template Deployment
on:
push:
paths:
- "blog-template/**"
- "web/blog-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=blog-template --env=development --force --allow-unknown-directory
working-directory: blog-template/
working-directory: web/blog-template/
env:
GGT_TOKEN: ${{ secrets.BLOG_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/carrier-service-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Carrier Service Deployment
on:
push:
paths:
- "carrier-service-template/**"
- "shopify/carrier-service-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=carrier-service-template --env=development --force --allow-unknown-directory
working-directory: carrier-service-template/
working-directory: shopify/carrier-service-template/
env:
GGT_TOKEN: ${{ secrets.CARRIER_SERVICE_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/chatgpt-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ChatGPT Deployment
on:
push:
paths:
- "chatgpt-template/**"
- "openai/chatgpt-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=chatgpt-template --env=development --force --allow-unknown-directory
working-directory: chatgpt-template/
working-directory: openai/chatgpt-template/
env:
GGT_TOKEN: ${{ secrets.CHATGPT_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/customized-bundle-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Customized Bundle Deployment
on:
push:
paths:
- "customized-bundle-template/**"
- "shopify/customized-bundle-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=customized-bundle-template --env=development --force --allow-unknown-directory
working-directory: customized-bundle-template/
working-directory: shopify/customized-bundle-template/
env:
GGT_TOKEN: ${{ secrets.CUSTOMIZED_BUNDLE_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/monthly-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Monthly Subscription Deployment
on:
push:
paths:
- "monthy-subscription-template/**"
- "shopify/monthy-subscription-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=monthly-subscription-template --env=development --force --allow-unknown-directory
working-directory: monthly-subscription-template/
working-directory: shopify/monthly-subscription-template/
env:
GGT_TOKEN: ${{ secrets.MONTHLY_SUBSCRIPTION_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/one-time-charge-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: One-Time Charge Deployment
on:
push:
paths:
- "one-time-charge-template/**"
- "shopify/one-time-charge-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=one-time-charge-template --env=development --force --allow-unknown-directory
working-directory: one-time-charge-template/
working-directory: shopify/one-time-charge-template/
env:
GGT_TOKEN: ${{ secrets.ONE_TIME_CHARGE_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-purchase-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-Purchase Deployment
on:
push:
paths:
- "pre-purchase-template/**"
- "shopify/pre-purchase-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=pre-purchase-template --env=development --force --allow-unknown-directory
working-directory: pre-purchase-template/
working-directory: shopify/pre-purchase-template/
env:
GGT_TOKEN: ${{ secrets.PRE_PURCHASE_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/product-quiz-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Product Quiz Deployment
on:
push:
paths:
- "product-quiz-template/**"
- "shopify/product-quiz-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
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: product-quiz-template/
working-directory: shopify/product-quiz-template/
env:
GGT_TOKEN: ${{ secrets.PRODUCT_QUIZ_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/product-tagger-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Product Tagger Deployment
on:
push:
paths:
- "product-tagger-template/**"
- "shopify/product-tagger-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=product-tagger-template --env=development --force --allow-unknown-directory
working-directory: product-tagger-template/
working-directory: shopify/product-tagger-template/
env:
GGT_TOKEN: ${{ secrets.PRODUCT_TAGGER_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/sales-tracker-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sales Tracker Deployment
on:
push:
paths:
- "sales-tracker-template/**"
- "shopify/sales-tracker-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=sales-tracker-template --env=development --force --allow-unknown-directory
working-directory: sales-tracker-template/
working-directory: shopify/sales-tracker-template/
env:
GGT_TOKEN: ${{ secrets.SALES_TRACKER_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/slack-notification-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Slack Notification Deployment
on:
push:
paths:
- "slack-notification-template/**"
- "shopify/slack-notification-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=slack-notification-template --env=development --force --allow-unknown-directory
working-directory: slack-notification-template/
working-directory: shopify/slack-notification-template/
env:
GGT_TOKEN: ${{ secrets.SLACK_NOTIFICATION_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/standalone-shopify-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Standalone Shopify Template Deployment
on:
push:
paths:
- "standalone-shopify-template/**"
- "shopify/standalone-shopify-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=standalone-shopify-template --env=development --force --allow-unknown-directory
working-directory: standalone-shopify-template/
working-directory: shopify/standalone-shopify-template/
env:
GGT_TOKEN: ${{ secrets.STANDALONE_SHOPIFY_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tailwind-css-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tailwind CSS Deployment
on:
push:
paths:
- "tailwind-css-template/**"
- "web/tailwind-css-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=tailwind-css-template --env=development --force --allow-unknown-directory
working-directory: tailwind-css-template/
working-directory: web/tailwind-css-template/
env:
GGT_TOKEN: ${{ secrets.TAILWIND_CSS_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/usage-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Usage Subscription Deployment
on:
push:
paths:
- "usage-subscription-template/**"
- "shopify/usage-subscription-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=usage-subscription-template --env=development --force --allow-unknown-directory
working-directory: usage-subscription-template/
working-directory: shopify/usage-subscription-template/
env:
GGT_TOKEN: ${{ secrets.USAGE_SUBSCRIPTION_DEPLOY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/wishlist-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Wishlist Deployment
on:
push:
paths:
- "wishlist-template/**"
- "shopify/wishlist-template/**"
branches:
- main
workflow_dispatch:
Expand All @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Push to development environment
run: npx ggt push --app=wishlist-template --env=development --force --allow-unknown-directory
working-directory: wishlist-template/
working-directory: shopify/wishlist-template/
env:
GGT_TOKEN: ${{ secrets.WISHLIST_DEPLOY_TOKEN }}
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ This repository houses the [Gadget app templates](https://gadget.dev/resources/t

## Shopify

- [Customized bundle](https://github.com/gadget-inc/templates/tree/main/customized-bundle-template)
- [Monthly subscription](https://github.com/gadget-inc/templates/tree/main/monthly-subscription-template)
- [One time charge](https://github.com/gadget-inc/templates/tree/main/one-time-charge-template)
- [Pre-purchase (checkout)](https://github.com/gadget-inc/templates/tree/main/pre-purchase-template)
- [Product quiz (storefront)](https://github.com/gadget-inc/templates/tree/main/product-quiz-template)
- [Product tagger](https://github.com/gadget-inc/templates/tree/main/product-tagger-template)
- [Slack notifications](https://github.com/gadget-inc/templates/tree/main/slack-notification-template)
- [Usage-based subscription](https://github.com/gadget-inc/templates/tree/main/usage-subscription-template)
- [Customized bundle](https://github.com/gadget-inc/templates/tree/main/shopify/customized-bundle-template)
- [Monthly subscription](https://github.com/gadget-inc/templates/tree/main/shopify/monthly-subscription-template)
- [One time charge](https://github.com/gadget-inc/templates/tree/main/shopify/one-time-charge-template)
- [Pre-purchase (checkout)](https://github.com/gadget-inc/templates/tree/main/shopify/pre-purchase-template)
- [Product quiz (storefront)](https://github.com/gadget-inc/templates/tree/main/shopify/product-quiz-template)
- [Product tagger](https://github.com/gadget-inc/templates/tree/main/shopify/product-tagger-template)
- [Slack notifications](https://github.com/gadget-inc/templates/tree/main/shopify/slack-notification-template)
- [Standalone Shopify app](https://github.com/gadget-inc/templates/tree/main/shopify/standalone-shopify-template)
- [Usage-based subscription](https://github.com/gadget-inc/templates/tree/main/shopify/usage-subscription-template)
- [Customer wishlists](https://github.com/gadget-inc/templates/tree/main/shopify/wishlist-template)

## OpenAI

- [Screenwriter GPT](https://github.com/gadget-inc/templates/tree/main/usage-subscription-template)
- [ChatGPT clone](https://github.com/gadget-inc/templates/tree/main/usage-subscription-template)
- [Screenwriter GPT](https://github.com/gadget-inc/templates/tree/main/openai/ai-screenwriter-template)
- [ChatGPT clone](https://github.com/gadget-inc/templates/tree/main/openai/chatgpt-template)

## Web

- [Blog with authentication](https://github.com/gadget-inc/templates/tree/main/usage-subscription-template)
- [TailwindCSS](https://github.com/gadget-inc/templates/tree/main/usage-subscription-template)
- [Blog with authentication](https://github.com/gadget-inc/templates/tree/main/web/blog-template)
- [TailwindCSS](https://github.com/gadget-inc/templates/tree/main/web/tailwind-css-template)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c4a092c

Please sign in to comment.