Skip to content

Commit

Permalink
fix:minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 1, 2024
1 parent c361dd6 commit 639c8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Create .env.development file
run: |
echo "PORT=3000" >> .env.development
echo "PORT=${{ secrets.PORT }}" >> .env.development
echo "MONGODB_URI=${{ secrets.MONGODB_URI }}" >> .env.development
echo "NODE_ENV=development" >> .env.development
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env.development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Create .env.development file
run: |
echo "PORT=3000" >> .env.development
echo "PORT=${{ secrets.PORT }}" >> .env.development
echo "MONGODB_URI=${{ secrets.MONGODB_URI }}" >> .env.development
echo "NODE_ENV=development" >> .env.development
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env.development
Expand Down

0 comments on commit 639c8be

Please sign in to comment.