mirror of
https://github.com/wahyd4/status.git
synced 2026-08-09 05:06:11 +10:00
⬆️ Update @upptime to latest
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
# Or propose changes to this template: https://github.com/upptime/upptime
|
||||
|
||||
name: Dependencies CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Build and deploy site
|
||||
runs-on: ubuntu-18.04
|
||||
if: "github.repository_owner == 'upptime' && github.event.repository.name == 'upptime'"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1.4.4
|
||||
with:
|
||||
node-version: 14
|
||||
- name: Update dependencies
|
||||
uses: upptime/uptime-monitor@v1.17.3
|
||||
with:
|
||||
command: "update-dependencies"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- name: Add .gitignore
|
||||
run: echo "node_modules\nrelease.config.js\npackage.json\npackage-lock.json\n.gitignore" > .gitignore
|
||||
- name: Initialize npm package
|
||||
run: 'echo "{ \"name\": \"@upptime/upptime\" }" > package.json'
|
||||
- name: Install @koj-co/config and semantic-release
|
||||
run: npm i @koj/config semantic-release
|
||||
- name: Add Semantic Release config
|
||||
run: echo 'module.exports = require("@koj/config").releaseMaster;' > release.config.js
|
||||
- name: Release
|
||||
run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GIT_AUTHOR_NAME: "Upptime Bot"
|
||||
GIT_AUTHOR_EMAIL: "upptime@koj.co"
|
||||
GIT_COMMITTER_NAME: "Upptime Bot"
|
||||
GIT_COMMITTER_EMAIL: "upptime@koj.co"
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -26,20 +26,20 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
# This file was generated by upptime/uptime-monitor@v1.20.6
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
uses: upptime/uptime-monitor@v1.20.6
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"0 ms","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"99.96%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"88 ms","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"339 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"541 ms","color":"yellowgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"370 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"135 ms","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 305 B |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
@@ -1,7 +0,0 @@
|
||||
- url: https://thissitedoesnotexist.com
|
||||
- status: down
|
||||
- code: 0
|
||||
- responseTime: 0
|
||||
- lastUpdated: 2020-11-19T23:14:44.098Z
|
||||
- startTime: 2020-08-10T07:54:45.230Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
- url: https://www.google.com
|
||||
- status: up
|
||||
- code: 200
|
||||
- responseTime: 59
|
||||
- lastUpdated: 2020-11-19T23:14:42.591Z
|
||||
- startTime: 2020-08-10T07:54:39.484Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
- url: https://news.ycombinator.com
|
||||
- status: up
|
||||
- code: 200
|
||||
- responseTime: 419
|
||||
- lastUpdated: 2020-11-19T23:14:43.489Z
|
||||
- startTime: 2020-08-10T07:54:43.582Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
- url: https://archive.org
|
||||
- status: up
|
||||
- code: 200
|
||||
- responseTime: 571
|
||||
- lastUpdated: 2020-11-11T23:13:17.118Z
|
||||
- startTime: 2020-08-10T07:54:41.895Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
- url: http://18.156.176.223:3000
|
||||
- status: up
|
||||
- code: 200
|
||||
- responseTime: 487
|
||||
- lastUpdated: 2020-11-13T23:13:25.856Z
|
||||
- startTime: 2020-11-12T06:02:07.091Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
- url: https://en.wikipedia.org
|
||||
- status: up
|
||||
- code: 200
|
||||
- responseTime: 29
|
||||
- lastUpdated: 2020-11-19T23:14:42.853Z
|
||||
- startTime: 2020-08-10T07:54:40.660Z
|
||||
- generator: Upptime <https://github.com/upptime/upptime>
|
||||
Reference in New Issue
Block a user