Skip to content

Commit

Permalink
Add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 8, 2024
1 parent d1173bc commit b1f345c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo 'GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}'
echo 'REGISTRY_BASE=registry.sireto.io/cardanoapi'
echo 'STACK_NAME=ccva'
echo 'BASE_DOMAIN=ccv.cardanoapi.io'
echo 'DEPLOY_BASE_DOMAIN=ccv.cardanoapi.io'
echo 'DATABASE_PASSWORD=postgres'
echo 'CARDANO_NETWORK=preprod'
} > .env
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env*.local
.env*

# vercel
.vercel
Expand Down
6 changes: 6 additions & 0 deletions deployment/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
REGISTRY_BASE=docker.io/ccva
STACK_NAME=ccva
DEPLOY_BASE_DOMAIN=ccv.cardanoapi.io
IMAGE_VERSION_TAG=v1
CARDANO_NETWORK=preprod
GITHUB_TOKEN=XXXXX

0 comments on commit b1f345c

Please sign in to comment.