Skip to content

Commit

Permalink
only main badge WF
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellaera committed Oct 31, 2024
1 parent 90b30dd commit 4eba456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,4 @@ jobs:
# Deploy Spring Boot Backend
- name: Deploy Spring Boot App
run: |
flyctl deploy --remote-only
badges:
name: Badge Generation
runs-on: ubuntu-latest
steps:
- name: Generate Badges
uses: 3nity/ci-badges@v1
with:
repo: ${{ github.repository }}
workflow: main.yml
jobs: |
test
deploy
flyctl deploy --remote-only
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Spring Blog Application

![Build Workflow](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg)
![Test Status](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg?job=test)
![Deploy Status](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg?job=deploy)
![Main Workflow](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg)

This Spring Boot application serves as a blog platform, allowing users to create, read, update, and delete blog posts. Key features include user authentication, post categorization, and support for database migrations.

Expand Down

0 comments on commit 4eba456

Please sign in to comment.