Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed Feb 15, 2023
2 parents c64e3ce + 87a7e46 commit 9a6eab0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
release:
types: [published]
pull_request:
branches: ["main"]

jobs:
push_to_registry:
name: Build
uses: waggle-sensor/.github/.github/workflows/build-and-push-docker-image.yml@main
secrets: inherit
35 changes: 0 additions & 35 deletions .github/workflows/release.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
client.Options().HTTPClient().Timeout = *influxdbTimeout

// NOTE temporarily redirecting to sage docs. can change to something better later.
http.Handle("/", http.RedirectHandler("https://docs.sagecontinuum.org/docs/tutorials/accessing-data", http.StatusTemporaryRedirect))
http.Handle("/", http.RedirectHandler("https://docs.waggle-edge.ai/docs/tutorials/accessing-data", http.StatusTemporaryRedirect))

http.Handle("/metrics", promhttp.Handler())
http.HandleFunc("/whoami", whoamiHandler)
Expand Down

0 comments on commit 9a6eab0

Please sign in to comment.