Skip to content

Commit

Permalink
feat: deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Sep 5, 2023
1 parent 30778bf commit 1bac481
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["feat-frontend-deploy"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
Expand Down
97 changes: 96 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1bac481

Please sign in to comment.