Skip to content

Commit

Permalink
fix: buildspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash7824 committed Aug 25, 2024
1 parent de5bbba commit 04d0ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildspec-p3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
with:
node-version: "20.x"
- name: "Install Angular CLI"
working-directory: ./client
working-directory: ./
run: npm install -g @angular/cli
- name: "Install Netlify CLI"
run : npm install netlify-cli -g
- name: "Install NPM Dependencies"
working-directory: ./client
working-directory: ./
run: npm ci
- name: "Create Build File"
working-directory: ./client
working-directory: ./
run: npm run build
- name: "Deploy Build On Netlify"
working-directory: ./client
working-directory: ./
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_API_TOKEN: ${{ secrets.NETLIFY_API_TOKEN }}
Expand Down

0 comments on commit 04d0ee1

Please sign in to comment.