Skip to content

Commit 1669b85

Browse files
authored
chore: env 세팅 (#98)
1 parent d759d09 commit 1669b85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
node-version: '20'
2020

21+
- name: .env setting
22+
run: |
23+
echo "VITE_BASE_URL=${{secrets.VITE_BASE_URL}}" >> .env.production
24+
echo "VITE_GTM_ID=${{secrets.VITE_GTM_ID}}" >> .env.production
25+
2126
- name: Install dependencies
2227
run: npm ci
2328

0 commit comments

Comments
 (0)