Skip to content

Commit

Permalink
status: Add support for Depot (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Sep 20, 2024
1 parent 9ed8ed7 commit 124fd20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arc/statuses/depot.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package statuses

func init() {
RegisterInStatusPage("depot", "https://status.depot.dev/summary.json")
}

0 comments on commit 124fd20

Please sign in to comment.