Skip to content

Commit

Permalink
fix(video): add params
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 19, 2024
2 parents 716e97b + 3b32c07 commit 51b63e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mainClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: |
docker build \
--build-arg NEXT_PUBLIC_API_URL=${{ secrets.NEXT_PUBLIC_API_URL }} \
--build-arg NEXT_PUBLIC_CLIENT_ID=${NEXT_PUBLIC_CLIENT_ID} \
--build-arg CLIENT_SECRET=${CLIENT_SECRET} \
-t $GCLOUD_REGION-docker.pkg.dev/${{ secrets.GCLOUD_PROJECT_ID }}/klowhubnext-client/klowhub-client:${{ github.sha }} .
# 6.5. Limpiar imágenes antiguas
Expand Down
4 changes: 4 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ COPY . .
ARG NEXT_PUBLIC_API_URL
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
ENV NEXT_PUBLIC_APP_URL=https://klowhub-800663783731.southamerica-east1.run.app/
ARG NEXT_PUBLIC_CLIENT_ID
ENV NEXT_PUBLIC_CLIENT_ID=$NEXT_PUBLIC_CLIENT_ID
ARG CLIENT_SECRET
ENV CLIENT_SECRET=$CLIENT_SECRET
ENV NODE_ENV=production
ENV PORT=4002

Expand Down

0 comments on commit 51b63e7

Please sign in to comment.