Skip to content

Commit 0915c59

Browse files
authored
Merge pull request #80 from Arjuna-Ragil/profile-sys
hotfix: change back
2 parents 240d3e3 + 57c0088 commit 0915c59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Create fe env
2626
run: |
2727
cd Frontend/project-CL
28-
echo "${{ secrets.VITE_ENV_FILE }}" > .env.development
29-
cat .env.development
28+
echo "${{ secrets.VITE_ENV_FILE }}" > .env.production
29+
cat .env.production
3030
3131
- name: Create seaweedfs config
3232
env:

0 commit comments

Comments
 (0)