Skip to content

Commit

Permalink
feat: add VOLUMES_PATH to environment variables in GitHub Actions wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
Ganthepro committed Nov 27, 2024
1 parent 4862099 commit c6ccf9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
echo "ADMIN_EMAIL=${{ secrets.ADMIN_EMAIL }}" >> .env
echo "ADMIN_PASSWORD=${{ secrets.ADMIN_PASSWORD }}" >> .env
echo "AI_URL=${{ secrets.AI_URL }}" >> .env
echo "VOLUMES_PATH=${{ secrets.VOLUMES_PATH }}" >> .env
cat .env
- name: Running Docker Compose
Expand Down

0 comments on commit c6ccf9f

Please sign in to comment.