Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cinaq/low-ops-website
Browse files Browse the repository at this point in the history
  • Loading branch information
begmuhommet committed Nov 19, 2024
2 parents 477d79a + 7616b3a commit cb3f117
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_ENV=production
6 changes: 6 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set env variables
run: |
echo "NEXT_PUBLIC_EMAIL_PUBLIC_KEY=${{ secrets.NEXT_PUBLIC_EMAIL_PUBLIC_KEY }}" >> .env
echo "NEXT_PUBLIC_EMAIL_SERVICE_ID=${{ secrets.NEXT_PUBLIC_EMAIL_SERVICE_ID }}" >> .env
echo "NEXT_PUBLIC_EMAIL_TEMPLATE_ID=${{ secrets.NEXT_PUBLIC_EMAIL_TEMPLATE_ID }}" >> .env
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.env
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# low-ops
=======
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started
Expand Down

0 comments on commit cb3f117

Please sign in to comment.