Skip to content

Commit 1c10b74

Browse files
유미라유미라
authored andcommitted
fix: Add environment variables for Docker setup
1 parent 5cbd152 commit 1c10b74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/client-ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@ jobs:
6868
script: |
6969
cd /home/mira/refactor-web30-stop-troublepainter
7070
export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
71+
export REDIS_HOST=${{ secrets.REDIS_HOST }}
72+
export REDIS_PORT=${{ secrets.REDIS_PORT }}
73+
export CLOVA_API_KEY=${{ secrets.CLOVA_API_KEY }}
74+
export CLOVA_GATEWAY_KEY=${{ secrets.CLOVA_GATEWAY_KEY }}
7175
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/troublepainter-nginx:latest
7276
docker compose up -d nginx

0 commit comments

Comments
 (0)