Skip to content

Commit

Permalink
Merge pull request #22 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[fix] test commit
  • Loading branch information
uommou authored Mar 22, 2024
2 parents 6663bc3 + 3b1481e commit e605361
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
- name: Create .env file
run: |
touch .env
echo NAME=${{ env.NAME }} > .env
echo VERSION=${{ env.VERSION }} >> .env
echo OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} >> .env
echo CHROMA_DB_IP_ADDRESS=${{ secrets.CHROMA_DB_IP_ADDRESS }} >> .env
cat .env
echo "$DEV_ENV" > .env
env:
DEV_ENV: ${{ secret.DEV_ENV }}


- name: Remove old Docker image
run: docker rmi -f $(docker images -aq) || true #docker rmi -f ${{ env.DOCKER_IMAGE }}:latest || true
Expand Down

0 comments on commit e605361

Please sign in to comment.