Skip to content

Commit

Permalink
chore: update dependencies and add environment variables to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hRJ06 committed Sep 22, 2024
1 parent d388ab2 commit 8bcb06b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy Next.Js app to Amazon EC2 - Lingo
name: Release

on:
push:
Expand All @@ -17,6 +17,7 @@ jobs:
echo "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}" >> .env
echo "CLERK_SECRET_KEY=${{ secrets.CLERK_SECRET_KEY }}" >> .env
echo "DATABASE_URL=${{ secrets.DATABASE_URL }}" >> .env
echo "STRIPE_API_KEY=${{ secrets.STRIPE_API_KEY }}" >> .env
echo "NEXT_PUBLIC_APP_URL=${{ secrets.NEXT_PUBLIC_APP_URL }}" >> .env
echo "STRIPE_WEBHOOK_SECRET=${{ secrets.STRIPE_WEBHOOK_SECRET }}" >> .env
- name: Build Docker Image
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"lingo": "file:",
"linguify": "file:",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next-themes": "^0.3.0",
Expand Down

0 comments on commit 8bcb06b

Please sign in to comment.