Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'frontend/nyaysetu-frontend/package-lock.json'

- name: Install Frontend Dependencies
run: |
Expand Down Expand Up @@ -104,24 +102,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Restore Maven Cache
uses: actions/cache@v4
with:
path: ~/.m2
key: m2-${{ hashFiles('backend/nyaysetu-backend/pom.xml') }}
restore-keys: m2-

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Resolve Maven Dependencies
run: |
cd backend/nyaysetu-backend
mvn dependency:resolve

- name: Run Trivy Scan - Backend
uses: aquasecurity/trivy-action@master
with:
Expand Down
Loading
Loading