Skip to content

Commit a6dbf26

Browse files
authored
Update Build & Deploy(prod via SSM, tag-based).yml
1 parent 3d459a8 commit a6dbf26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build & Deploy(prod via SSM, tag-based).yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
uses: actions/setup-node@v4
9191
with:
9292
node-version: "20" # 프로젝트 Node 버전에 맞게 조정
93-
# - name: Create .env.production
94-
# run: |
95-
# echo "VITE_API_URL=https://api.sjusisc.com" > .env.production
93+
- name: Create .env.production
94+
run: |
95+
echo "VITE_API_URL=https://api.sjusisc.com" > .env.production
9696
9797
- name: Install dependencies
9898
run: |

0 commit comments

Comments
 (0)