Skip to content

Commit

Permalink
Merge pull request #29 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[chore] test
  • Loading branch information
uommou authored Mar 23, 2024
2 parents d2dd835 + 771e31d commit a6eaab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
docker pull ${{ env.DOCKER_IMAGE }}:latest
docker stop ${{ env.NAME }} || true
docker rm ${{ env.NAME }} || true
docker run -d -p 3000:3000 --name ${{ env.NAME }} --restart always ${{ env.DOCKER_IMAGE }}:latest \
-e CHROMA_DB_IP_ADDRESS=${{ secrets.CHROMA_DB_IP_ADDRESS }} \
-e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
${{ env.DOCKER_IMAGE }}:latest
docker run -d -p 3000:3000 --name ${{ env.NAME }} --restart always \
-e CHROMA_DB_IP_ADDRESS=${{ secrets.CHROMA_DB_IP_ADDRESS }} \
-e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
${{ env.DOCKER_IMAGE }}:latest

0 comments on commit a6eaab6

Please sign in to comment.