mirror of https://github.com/FastGitORG/uptime
⬆️ Update @upptime to latest
parent
0afcecf6bd
commit
f0abd1cbe8
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Graphs CI
|
||||
on:
|
||||
|
@ -23,7 +25,7 @@ jobs:
|
|||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@master
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Response Time CI
|
||||
on:
|
||||
|
@ -23,21 +25,9 @@ jobs:
|
|||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SLACK_APP_ACCESS_TOKEN: ${{ secrets.SLACK_APP_ACCESS_TOKEN }}
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
CUSTOM_WEBHOOK: ${{ secrets.CUSTOM_WEBHOOK }}
|
||||
SECRET_SITE: ${{ secrets.SECRET_SITE }}
|
||||
SECRET_SITE_1: ${{ secrets.SECRET_SITE_1 }}
|
||||
SECRET_SITE_2: ${{ secrets.SECRET_SITE_2 }}
|
||||
SECRET_SITE_3: ${{ secrets.SECRET_SITE_3 }}
|
||||
SECRET_SITE_4: ${{ secrets.SECRET_SITE_4 }}
|
||||
SECRET_SITE_5: ${{ secrets.SECRET_SITE_5 }}
|
||||
SECRET_SITE_6: ${{ secrets.SECRET_SITE_6 }}
|
||||
SECRET_SITE_7: ${{ secrets.SECRET_SITE_7 }}
|
||||
SECRET_SITE_8: ${{ secrets.SECRET_SITE_8 }}
|
||||
SECRET_SITE_9: ${{ secrets.SECRET_SITE_9 }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Setup CI
|
||||
on:
|
||||
|
@ -23,27 +25,21 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SLACK_APP_ACCESS_TOKEN: ${{ secrets.SLACK_APP_ACCESS_TOKEN }}
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
CUSTOM_WEBHOOK: ${{ secrets.CUSTOM_WEBHOOK }}
|
||||
SECRET_SITE: ${{ secrets.SECRET_SITE }}
|
||||
SECRET_SITE_1: ${{ secrets.SECRET_SITE_1 }}
|
||||
SECRET_SITE_2: ${{ secrets.SECRET_SITE_2 }}
|
||||
SECRET_SITE_3: ${{ secrets.SECRET_SITE_3 }}
|
||||
SECRET_SITE_4: ${{ secrets.SECRET_SITE_4 }}
|
||||
SECRET_SITE_5: ${{ secrets.SECRET_SITE_5 }}
|
||||
SECRET_SITE_6: ${{ secrets.SECRET_SITE_6 }}
|
||||
SECRET_SITE_7: ${{ secrets.SECRET_SITE_7 }}
|
||||
SECRET_SITE_8: ${{ secrets.SECRET_SITE_8 }}
|
||||
SECRET_SITE_9: ${{ secrets.SECRET_SITE_9 }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
|
@ -54,7 +50,7 @@ jobs:
|
|||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@master
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Static Site CI
|
||||
on:
|
||||
|
@ -22,7 +24,7 @@ jobs:
|
|||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@master
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Summary CI
|
||||
on:
|
||||
|
@ -22,8 +24,8 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
|
@ -33,5 +35,6 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
query: "topic:upptime"
|
||||
size: 30
|
||||
one-per-owner: true
|
||||
size: 30
|
||||
max: 1000
|
||||
one-per-owner: true
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Update Template CI
|
||||
on:
|
||||
|
@ -22,16 +24,9 @@ jobs:
|
|||
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 template
|
||||
run: npx update-template https://github.com/upptime/upptime
|
||||
- name: Commit new data
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.5.1
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
commit_message: ":arrow_up: Update @upptime to latest"
|
||||
commit_user_name: Upptime Bot
|
||||
commit_user_email: upptime@koj.co
|
||||
commit_author: Upptime Bot <bot@koj.co>
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Updates CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Deploy updates
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update code
|
||||
uses: upptime/updates@master
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
|
@ -1,9 +1,11 @@
|
|||
# This file was generated by upptime/uptime-monitor@v1.20.5
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the template updates (weekly)
|
||||
# Instead, propose changes to the template: https://github.com/upptime/upptime
|
||||
# Or, change your configuration in .upptimerc.yml
|
||||
# Your changes will be overwritten when the template updates (daily)
|
||||
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
|
||||
|
||||
name: Uptime CI
|
||||
on:
|
||||
|
@ -20,22 +22,10 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@v1.20.5
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SLACK_APP_ACCESS_TOKEN: ${{ secrets.SLACK_APP_ACCESS_TOKEN }}
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
CUSTOM_WEBHOOK: ${{ secrets.CUSTOM_WEBHOOK }}
|
||||
SECRET_SITE: ${{ secrets.SECRET_SITE }}
|
||||
SECRET_SITE_1: ${{ secrets.SECRET_SITE_1 }}
|
||||
SECRET_SITE_2: ${{ secrets.SECRET_SITE_2 }}
|
||||
SECRET_SITE_3: ${{ secrets.SECRET_SITE_3 }}
|
||||
SECRET_SITE_4: ${{ secrets.SECRET_SITE_4 }}
|
||||
SECRET_SITE_5: ${{ secrets.SECRET_SITE_5 }}
|
||||
SECRET_SITE_6: ${{ secrets.SECRET_SITE_6 }}
|
||||
SECRET_SITE_7: ${{ secrets.SECRET_SITE_7 }}
|
||||
SECRET_SITE_8: ${{ secrets.SECRET_SITE_8 }}
|
||||
SECRET_SITE_9: ${{ secrets.SECRET_SITE_9 }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
|
|
Loading…
Reference in New Issue