Merge pull request 'chore: add example environment file and update deployment workflows' (#12) from chore/adds-env-example into main
All checks were successful
Vercel Preview Deployment / deploy (push) Successful in 1m16s
Build and Test / run-test (20.x) (push) Successful in 4m22s

Reviewed-on: http://gitea.hideyoshi.com.br/HideyoshiNakazone/hideyoshi-blog/pulls/12
This commit was merged in pull request #12.
This commit is contained in:
2026-04-22 01:54:36 +00:00
4 changed files with 19 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
FRONTEND_PATH=
PROJECT_ORG_SLUG=
SESSION_SECRET=
DATABASE_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
S3_ENDPOINT=
S3_BUCKET_NAME=
S3_REGION=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_PUBLIC_URL=

View File

@@ -12,6 +12,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
steps:
- uses: actions/checkout@v4

View File

@@ -12,6 +12,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
steps:
- uses: actions/checkout@v4

1
.gitignore vendored
View File

@@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel