Skip to content

Commit

Permalink
Add deployment status to README
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Feb 10, 2024
1 parent 27d2500 commit 56f77f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Push Docker Image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
"MESHDB_URL=${{ secrets.MESHDB_URL }}"
deploy_to_grandsvc:
name: Deploy to grandsvc
needs: push_to_registry
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# meshforms

[![Deployment Status](https://github.com/WillNilges/meshforms/actions/workflows/publish-and-deploy.yaml/badge.svg)](https://github.com/WillNilges/meshforms/actions/workflows/publish-and-deploy.yaml)

Forms for [meshdb](https://github.com/andybaumgar/meshdb)

# Development
Expand Down

0 comments on commit 56f77f3

Please sign in to comment.