Skip to content

Commit af5f6a6

Browse files
committed
[FIX] 환경변수
1 parent 7cddba8 commit af5f6a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
push: false
3030
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/commit-api:latest
3131

32+
- name: Create .env file from secret
33+
run: echo "${{ secrets.ENV_FILE }}" > .env
34+
3235
- name: Run container and check if it stays up for 5 seconds
3336
run: |
3437
docker run -d --name test-container \

0 commit comments

Comments
 (0)