File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 6767 key : ${{ secrets.SSH_PRIVATE_KEY }}
6868 script : |
6969 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- export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
76- export NCP_STORAGE_ENDPOINT=${{ secrets.NCP_STORAGE_ENDPOINT }}
77- export NCP_BUCKET_NAME=${{ secrets.NCP_BUCKET_NAME }}
78- export NCP_ACCESS_KEY=${{ secrets.NCP_ACCESS_KEY }}
79- export NCP_SECRET_KEY=${{ secrets.NCP_SECRET_KEY }}
70+
8071 docker pull ${{ secrets.DOCKERHUB_USERNAME }}/troublepainter-nginx:latest
72+
8173 docker compose up -d nginx
You can’t perform that action at this time.
0 commit comments