Skip to content

Commit

Permalink
chore: fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 5, 2024
1 parent ff4a8ba commit fcd006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
echo "GOOGLE_CLOUD_VISION_API_KEY=${{ secrets.GOOGLE_CLOUD_VISION_API_KEY }}" >> .env
echo "GOOGLE_GEMINI_API_KEY=${{ secrets.GOOGLE_GEMINI_API_KEY }}" >> .env
echo "TRITON_URI=${{ env.TRITON_URI }}" >> .env
ECHO "ENABLE_ML_PREDICTIONS=True" >> .env
echo "ENABLE_ML_PREDICTIONS=True" >> .env
- name: Create Docker volumes
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit fcd006b

Please sign in to comment.