-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
66 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Maintenance Event | ||
about: Schedule a work window | ||
title: "[Scheduled Maintenance] Site down for Maintenance" | ||
labels: maintenance | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
start: 2021-08-24T13:00:00.220Z | ||
end: 2021-08-24T14:00:00.220Z | ||
expectedDown: google, hacker-news | ||
--> | ||
|
||
**Additional context** | ||
Who/what/when/where/why is this maintenance happening |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file was generated by upptime/uptime-monitor@v1.29.0 | ||
# This file was generated by upptime/uptime-monitor@v1.30.1 | ||
# | ||
# =============================== | ||
# Do not edit this file directly! | ||
|
@@ -18,47 +18,48 @@ on: | |
jobs: | ||
release: | ||
name: Setup Upptime | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update template | ||
uses: upptime/uptime-monitor@v1.29.0 | ||
uses: upptime/uptime-monitor@v1.30.1 | ||
with: | ||
command: "update-template" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update response time | ||
uses: upptime/uptime-monitor@v1.29.0 | ||
uses: upptime/uptime-monitor@v1.30.1 | ||
with: | ||
command: "response-time" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} | ||
- name: Update summary in README | ||
uses: upptime/uptime-monitor@v1.29.0 | ||
uses: upptime/uptime-monitor@v1.30.1 | ||
with: | ||
command: "readme" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate graphs | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: Graphs CI | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/uptime-monitor@v1.29.0 | ||
uses: upptime/uptime-monitor@v1.30.1 | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- uses: peaceiris/[email protected] | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT }} | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "Upptime Bot" | ||
user_email: "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file was generated by upptime/uptime-monitor@v1.29.0 | ||
# This file was generated by upptime/uptime-monitor@v1.30.1 | ||
# | ||
# =============================== | ||
# Do not edit this file directly! | ||
|
@@ -17,24 +17,25 @@ on: | |
jobs: | ||
release: | ||
name: Build and deploy site | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
if: "!contains(github.event.head_commit.message, '[skip ci]')" | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/uptime-monitor@v1.29.0 | ||
uses: upptime/uptime-monitor@v1.30.1 | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- uses: peaceiris/[email protected] | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT }} | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "Upptime Bot" | ||
user_email: "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters