Skip to content

Commit

Permalink
docs: fix docs for npm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Nandan Sharma authored and Raj Nandan Sharma committed Dec 4, 2024
1 parent 6209ff1 commit b4ed5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publishImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
tags:
- "*.*.*"
paths-ignore:
- docs.md
- README.md
- "*.md"
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Make sure you have the following installed:
npm i
npm run build #build the frontend
npm run configure #build the backend
npm run start
npm run prod
```

## PM2
Expand Down

0 comments on commit b4ed5cf

Please sign in to comment.