Skip to content

Commit

Permalink
fix(ci): path for backend docs
Browse files Browse the repository at this point in the history
Took 4 minutes
  • Loading branch information
rokartur committed Jun 21, 2024
1 parent 2680eee commit bbc4d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
password: ${{ secrets.SSH_SERVER_PASS }}
port: ${{ secrets.SSH_SERVER_PORT }}
script: |
cd ${{ secrets.SSH_SERVER_BACKEND_PATH }}
cd ${{ secrets.SSH_SERVER_BACKEND_DOCS_PATH }}
bun install
screen -S fitplanconnect-backend-docs -X quit
screen -S fitplanconnect-backend-docs -d -m bun run dev
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ FitPlan Connect is a scheduling app that has earned recognition as one of the be

## Resources
- [Website](https://fitplanconnect.site/)
- [Documentation](https://fitplanconnect.site/docs)
- [API](https://fitplanconnect.site/api)
- [API Documentation](https://docs.fitplanconnect.site/swagger)
- [GitHub](https://github.com/rokartur/fitplanconnect)
- [Figma Design](https://www.figma.com/design/EDRxiPZHsJCeHKlrh08gsY/fitplanconnect?node-id=0-1&t=V9B6evOnen69xHga-1)
- [Figma Concept](https://www.figma.com/board/RMC8nNxTpV9zmUGCyHQcvy/fitplanconnect?node-id=0-1&t=5IN80e5pnA5W9Tyq-1)
Expand Down

0 comments on commit bbc4d6c

Please sign in to comment.