Skip to content

Commit

Permalink
ㅅㄷㄴㅅ
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Sep 4, 2024
1 parent 17674d8 commit 6069904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
docker push $DOCKER_HUB_USERNAME/backend:latest
cd ../ai
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> .env.production
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> .env
docker build -t $DOCKER_HUB_USERNAME/ai:latest .
docker push $DOCKER_HUB_USERNAME/ai:latest
Expand Down

0 comments on commit 6069904

Please sign in to comment.