We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c9a52 commit 1da0684Copy full SHA for 1da0684
.github/workflows/deploy-dev.yml
@@ -51,7 +51,7 @@ jobs:
51
file: frontend/Dockerfile
52
push: true
53
build-args: |
54
- VITE_API_URL=${{ secrets.VITE_API_URL_DEV }}
+ VITE_API_URL=http://49.50.138.219
55
tags: |
56
${{ env.REGISTRY }}/${{ steps.image_names.outputs.frontend_image }}:latest
57
${{ env.REGISTRY }}/${{ steps.image_names.outputs.frontend_image }}:${{ github.sha }}
0 commit comments