We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd152 commit 1c10b74Copy full SHA for 1c10b74
.github/workflows/client-ci-cd.yml
@@ -68,5 +68,9 @@ jobs:
68
script: |
69
cd /home/mira/refactor-web30-stop-troublepainter
70
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 }}
75
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/troublepainter-nginx:latest
76
docker compose up -d nginx
0 commit comments