Skip to content

Commit

Permalink
env updated in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwshetty committed Nov 26, 2023
1 parent 637d602 commit 72015fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REACT_APP_WEBSITE_TITLE=Dwitesh Shetty
REACT_APP_WEBSITE_DESCRIPTION=Personal Portfolio Website of Dwitesh Ramanand Shetty
REACT_APP_HOST_URL=https://dwshetty.github.io
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: xom9ikk/dotenv@v2.2.0
with:
path: ./
mode: development
mode: production
load-mode: strict

- name: Create new build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: xom9ikk/dotenv@v2.2.0
with:
path: ./
mode: development
mode: production
load-mode: strict

- name: Verify environment variables
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
.env.development.local
.env.test.local
.env.production.local
# .env*
.env.production

npm-debug.log*
yarn-debug.log*
Expand Down

0 comments on commit 72015fa

Please sign in to comment.