Skip to content

Commit

Permalink
Merge branch 'main' into fix/emails
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormpp authored Jan 24, 2025
2 parents 74694a4 + 9ada613 commit eaff880
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
15 changes: 11 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
PAYLOAD_SECRET=jawliejfilwajefSEANlawefawfewag349jwgo3gj4d
PAYLOAD_SECRET=<payload-secret>
DATABASE_URI=postgresql://postgres:<your-password>@127.0.0.1:5432/<database-name>

GOOGLE_CALENDAR_API_KEY=<your-api-key>
GOOGLE_CALENDAR_ID=<your-calendar-id>

RESEND_API_KEY=<your-resend-api-key>
PAYLOAD_SECRET=jawliejfilwajefSEANlawefawfewag349jwgo3gj4d
DATABASE_URI=postgresql://postgres:postgres@:postgres:5432/next-payload-3

RESEND_API_KEY=<resend-secret>
RESEND_EMAIL=<email-name><email-to-send>

#PROD=1 Only if you are running in production
GOOGLE_CALENDAR_API_KEY=<google-calendar-api-key>
GOOGLE_CALENDAR_ID=<google-calendar-id>

POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=next-payload-3
5 changes: 2 additions & 3 deletions .github/workflows/niployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
docker_dockerfile: Dockerfile
docker_context: .
docker_target: prod
docker_build_args:
AE_VARS_METHOD=content-var
docker_build_args: |
AE_VARS_METHOD=content-vars
AE_VARS_CONTENT=${{ secrets.AE_VARS_CONTENT }}
NIPLOYMENTS_REGISTRY_URL: ${{ vars.NIPLOYMENTS_REGISTRY_URL }}
NIPLOYMENTS_REGISTRY_USERNAME: ${{ vars.NIPLOYMENTS_REGISTRY_USERNAME }}
NIPLOYMENTS_REGISTRY_PASSWORD: ${{ secrets.NIPLOYMENTS_REGISTRY_PASSWORD }}

0 comments on commit eaff880

Please sign in to comment.