We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d459a8 commit a6dbf26Copy full SHA for a6dbf26
.github/workflows/Build & Deploy(prod via SSM, tag-based).yml
@@ -90,9 +90,9 @@ jobs:
90
uses: actions/setup-node@v4
91
with:
92
node-version: "20" # 프로젝트 Node 버전에 맞게 조정
93
- # - name: Create .env.production
94
- # run: |
95
- # echo "VITE_API_URL=https://api.sjusisc.com" > .env.production
+ - name: Create .env.production
+ run: |
+ echo "VITE_API_URL=https://api.sjusisc.com" > .env.production
96
97
- name: Install dependencies
98
run: |
0 commit comments