From a762734350f6af6a1792a40e6432f502a52b5154 Mon Sep 17 00:00:00 2001 From: eunxoo Date: Wed, 14 Feb 2024 21:29:49 +0900 Subject: [PATCH] deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14f30ba..e26ed82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,9 @@ jobs: - name: Checkout source code. # Repo checkout uses: actions/checkout@v2 + - name: .env setting + run: echo "REACT_APP_HOST=${{ secrets.REACT_APP_HOST }}" >> .env.production + - name: Check Node v # Node v 확인 run: node -v