Skip to content

Commit 3fb16e2

Browse files
committed
ONB-211 chore: env 파일 생성
1 parent 41b74fe commit 3fb16e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/deploy-ecs-production.yml

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
id: login-ecr
5959
uses: aws-actions/amazon-ecr-login@v1
6060

61+
- name: Create .env File
62+
run: |
63+
echo ${{ vars.NODE_ENV }} >> adapter-in/admin/frontend/.env
64+
6165
- name: Build, tag, and push image to Amazon ECR
6266
id: build-image
6367
env:

Diff for: .github/workflows/deploy-ecs-sandbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Create .env File
6262
run: |
63-
echo $NODE_ENV >> adapter-in/admin/frontend/.env
63+
echo ${{ vars.NODE_ENV }} >> adapter-in/admin/frontend/.env
6464
6565
- name: Build, tag, and push image to Amazon ECR
6666
id: build-image

0 commit comments

Comments
 (0)