Skip to content

Commit

Permalink
feat: pipeline env
Browse files Browse the repository at this point in the history
  • Loading branch information
wlstmd committed Jul 10, 2024
1 parent 1eb82de commit 67a1132
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- name: Delete Old docker container
run: sudo docker rm -f ai-nest || true
- name: Run Docker Container
run: sudo docker run -d -p 3030:3030 --name ai-nest -e ${{secrets.OPENAI_API_KEY}} jinseung0327/ai-nest
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
run: sudo docker run -d -p 3030:3030 --name ai-nest -e $OPENAI_API_KEY jinseung0327/ai-nest

0 comments on commit 67a1132

Please sign in to comment.