Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
- fix secret name inside deploy.yml
  • Loading branch information
elrouss committed Apr 12, 2024
1 parent 946891b commit 84b5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build project
run: npm run build
env:
VITE_API_URL_OPENAPI_1: ${{ secrets.VITE_API_URL_OPENAPI }}
VITE_API_URL_OPENAPI: ${{ secrets.VITE_API_URL_OPENAPI }}

- name: Upload production-ready build files
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 84b5eab

Please sign in to comment.