Skip to content

Commit

Permalink
debug: workflows node.js add .env.local #190
Browse files Browse the repository at this point in the history
  • Loading branch information
habdevs committed Sep 6, 2023
1 parent 506e479 commit 88c70e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- run: npm install
- run: npm run generate
- run: npm run test
- run: echo ${{ secrets.env_local }} > ./..env.local
- run: echo ${{ secrets.ENV_LOCAL }} > ./.env.local
- run: cat ./.env.local
- run: npm run build
- run: npm run export
- name: Gamejutsu Frontend Build
Expand Down

0 comments on commit 88c70e8

Please sign in to comment.