Skip to content

Commit 56a20f9

Browse files
committed
fix: workflow update
1 parent 428b33e commit 56a20f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm run build || echo "Skipping frontend build (optional)"
3333
3434
- name: 📄 Write .env file from Secret
35-
run: echo "${{ secrets.ENV }}" > .env
35+
run: echo "${{ secrets.LARABRIX_ENV }}" > .env
3636

3737
- name: 🗜️ ZIP Application
3838
run: |

0 commit comments

Comments
 (0)