Skip to content

Commit

Permalink
Mal nombre de var, andate a dormir nacho
Browse files Browse the repository at this point in the history
  • Loading branch information
logos914 committed Sep 11, 2024
1 parent c08d59a commit affb677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: npm install
- name: Buildear client
working-directory: ./client
run: VITE_API_KEY=${{ secrets.VITE_API_KEY }} npm run build
run: VITE_API_IMAGE=${{ secrets.VITE_API_IMAGE }} npm run build
env:
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
VITE_API_IMAGE: ${{ secrets.VITE_API_IMAGE }}
- name: Setup dependencias de admin
working-directory: ./admin
run: npm install
Expand Down

0 comments on commit affb677

Please sign in to comment.