Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
env
  • Loading branch information
DOEKYONG authored Nov 2, 2023
1 parent 74316b3 commit 2c76e92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
NGINX_WORKING_DIR: ./nginx
APPLICATION_FILE_PATH: ./src/main/resources/application.yml
FE_WORKING_DIR: ./fe
FE_ENV_PATH: ./.env
FE_DOCKER_FILE_PATH: ./Dockerfile

jobs:
Expand Down Expand Up @@ -89,6 +90,11 @@ jobs:
with:
node-version: "18"

# 2. .env 파일 변경
- name: create .env File
run: |
echo "${{ secrets.ENV }}" > "${{ env.FE_ENV_PATH }}"
# 2. 도커파일 생성
- name: create Docker File
run: |
Expand Down

0 comments on commit 2c76e92

Please sign in to comment.