Skip to content

Commit

Permalink
added deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hemant10yadav committed Dec 31, 2024
1 parent c94567e commit 59258b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
npm install -g @angular/cli
- name: Inject API Key
run: |
echo "export const environment = { production: true, apiKey: '${{ secrets.REST_API_KEY }}' };" > src/environments/environment.prod.ts
run: |
echo "export const environment = { production: true, apiKey: '${{ secrets.REST_API_KEY }}' };" > src/environments/environment.prod.ts
- name: Build the Angular app
run: ng build --configuration=production --base-href="https://hemant10yadav.github.io/book-store/"
Expand Down

0 comments on commit 59258b3

Please sign in to comment.