Skip to content
Open
Changes from 1 commit
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
Next Next commit
added github actions file
  • Loading branch information
MuraliKrishnaReddy961 committed May 13, 2025
commit 63cda0a6e3958f360340dac8cbba079502ae937e
25 changes: 25 additions & 0 deletions simple-springboot-app/.github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name : Run my spring boot application

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: checkout code
uses: actions/checkout@v4
- name: set JDK version
uses: actions/setup-java@v4
- name: Build and package
run: mvn clean install