Skip to content

Commit

Permalink
Manual insert env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Nov 28, 2024
1 parent 2388119 commit 1ee9b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
docker pull ${{ secrets.HUB_USER }}/backend:latest
docker pull ${{ secrets.HUB_USER }}/frontend:latest
export $(grep -v '^#' .env.prod | xargs)
export VITE_API_URL=https://jakobagergaard.me/api/
docker-compose --env-file .env.prod -f docker-compose.prod.yml up -d
EOF
Expand Down

0 comments on commit 1ee9b26

Please sign in to comment.