Closes JIRA-XXXX
- π Bug fix
- β¨ New feature
| # Deploy frontend after successful backend deployment in sequence | |
| # If frontend changed, deploy only frontend | |
| # If backend changed, deploy only backend | |
| # If frontend and backend, deploy frontend after backend | |
| name: "Deploy services" | |
| on: | |
| push: | |
| branches: ["main"] | |
| jobs: |