Skip to content

Commit

Permalink
Feat: .env 파일 관련 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Aug 7, 2024
1 parent 18c5699 commit 04ef8b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
mkdir -p ./docker/staging && cd ./docker/staging
touch ./docker-compose.yml
echo "${{ secrets.DOCKER_COMPOSE_STAGING }}" > ./docker-compose.yml
touch ./.env
echo "${{ secrets.DOCKER_COMPOSE_ENV_STAGING }}" > ./.env
shell: bash

- name: make deploy docker-compose file
Expand All @@ -81,8 +79,6 @@ jobs:
mkdir -p ./docker/deploy && cd ./docker/deploy
touch ./docker-compose.yml
echo "${{ secrets.DOCKER_COMPOSE_DEPLOY }}" > ./docker-compose.yml
touch ./.env
echo "${{ secrets.DOCKER_COMPOSE_ENV_DEPLOY }}" > ./.env
shell: bash

# gradle build
Expand Down

0 comments on commit 04ef8b4

Please sign in to comment.