Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvjha123 committed Oct 24, 2024
1 parent 2af29da commit 2d85c69
Show file tree
Hide file tree
Showing 30 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set environment variables
run: |
touch .env
echo "PROD_SECRET=${{ secrets.PROD_SECRET }}" > .env
echo "${{ secrets.PROD_SECRET }}" > .env
- name: Install PM2
run: npm install -g pm2
Expand Down
2 changes: 1 addition & 1 deletion build/404.html

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d85c69

Please sign in to comment.