diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..d9846c1 --- /dev/null +++ b/.env.production @@ -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 \ No newline at end of file diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b074acb..f33813f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,7 +40,7 @@ jobs: uses: xom9ikk/dotenv@v2.2.0 with: path: ./ - mode: development + mode: production load-mode: strict - name: Create new build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e30328..ce2e743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: xom9ikk/dotenv@v2.2.0 with: path: ./ - mode: development + mode: production load-mode: strict - name: Verify environment variables diff --git a/.gitignore b/.gitignore index 6713fa6..1934ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,8 +17,6 @@ .env.development.local .env.test.local .env.production.local -# .env* -.env.production npm-debug.log* yarn-debug.log*