Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelYash7 authored Jun 17, 2024
1 parent 844efbc commit 666fe33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Navigate
run: Frontend/


- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm install
working-directory: ./Frontend

- name: Build the project
run: npm run build
working-directory: ./Frontend

- name: Deploy to Server
env:
Expand Down

0 comments on commit 666fe33

Please sign in to comment.