Skip to content

Commit

Permalink
add: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sujjeee committed Aug 14, 2024
1 parent 959efe5 commit 722cc1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1 change: 0 additions & 1 deletion web/src/components/generate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Button } from "@/components/ui/button"
import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog"
import { useMutation, useQuery } from "@tanstack/react-query"
import { api, cn } from "@/lib/utils"

import { GenerateInput } from "@/components/ui/input"
import confetti from "canvas-confetti"
import { ImageCard } from "@/components/image-card"
Expand Down

0 comments on commit 722cc1b

Please sign in to comment.