Add CI badges
This commit is contained in:
parent
9c856cc7ac
commit
2bf177c349
2 changed files with 5 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Website
|
||||
|
||||
![CI](https://github.com/RealOrangeOne/website/workflows/CI/badge.svg)
|
||||
![Deploy](https://github.com/RealOrangeOne/website/workflows/Deploy/badge.svg)
|
||||
![Docker](https://github.com/RealOrangeOne/website/workflows/Docker/badge.svg)
|
||||
|
||||
Another website, really?
|
||||
|
|
Reference in a new issue