Skip to content

Commit

Permalink
Update deploy_web_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak authored Jun 4, 2024
1 parent 55032bc commit 8eca594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build Docker image
run: |
cd src/client
docker build -t blazc007/traffic-flow-prediction-web-app:latest .
docker build --build-arg VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }} --build-arg VITE_API_KEY=${{ secrets.VITE_API_KEY }} -t blazc007/traffic-flow-prediction-web-app:latest .
docker push blazc007/traffic-flow-prediction-web-app:latest
- name: Call API Deploy Hook
run: |
curl -X POST "${{ secrets.WEB_APP_RENDER_DEPLOY_HOOK_URL }}"
curl -X POST "${{ secrets.WEB_APP_RENDER_DEPLOY_HOOK_URL }}"

0 comments on commit 8eca594

Please sign in to comment.