Skip to content

Commit 660e185

Browse files
fix: add secret to build
1 parent f667cbd commit 660e185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37+
- name: Create .env file
38+
run: echo "${{ secrets.VITE_ENV }}" | base64 -d > .env
39+
3740
- name: Build
3841
run: npm run build
3942

0 commit comments

Comments
 (0)