Skip to content

Commit

Permalink
Adjust and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jan 30, 2024
1 parent 0f5c7b0 commit 600e7ba
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 136 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Deploy to Github Pages

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: "0.100.2"
extended: true

- name: Build
run: hugo --minify

- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public
cname: status.qfield.cloud
28 changes: 0 additions & 28 deletions .gitlab-ci.yml

This file was deleted.

28 changes: 6 additions & 22 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# What is your status page called?
# Shows up in the browser bar and meta tags
title: Eggsample Status
title: app.qfield.cloud Status

# Should posts, which have a publish date
# from the future, be built? Useful for
Expand Down Expand Up @@ -97,7 +97,7 @@ defaultContentLanguage: en
#
# Broken example:
# baseUrl: /
baseURL: https://example.com
baseURL: https://status.qfield.cloud

# For features like Last modified, you
# need to use a Git repository. If you
Expand Down Expand Up @@ -143,12 +143,8 @@ params:
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
categories:
- name: North Coast
description: The main servers are located here.
closed: true
- name: Empty Category
- name: Uncategorized
untitled: true
- name: QFieldCloud
description: The main service

# These are your systems. Change them to
# change the amount of components.
Expand All @@ -158,20 +154,8 @@ params:
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
systems:
- name: Gateway
category: North Coast
- name: Backup Gateway
category: North Coast
- name: Website
description: The web frontend for the application.
category: Uncategorized
link: https://example.com/
- name: API
description: The guts of the application.
category: Uncategorized
- name: Media Proxy
description: This is the service responsible for serving images, audio, and video. It is reliant on our CDN.
category: Uncategorized
- name: app.qfield.cloud
category: QFieldCloud

# What date format to use?
#
Expand Down
15 changes: 0 additions & 15 deletions content/issues/2018-01-17-sending-dms-impacted.md

This file was deleted.

25 changes: 0 additions & 25 deletions content/issues/2018-04-13-unavailable-guilds-connection-issues.md

This file was deleted.

20 changes: 0 additions & 20 deletions content/issues/2018-05-25-us-east-conn-issues.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/issues/2019-10-08-testing-new-pipeline.md

This file was deleted.

4 changes: 2 additions & 2 deletions content/issues/2024-02-24-maintenance-window.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Maintenance Announcement
date: 2024-02-24 10:35:00
date: 2024-03-07 22:00:00
informational: true
pin: true
section: issue
---

We will shut down our network at midnight UTC on Feb 24. This does not affect the current status.
We will upgrade app.qfield.cloud to the latest release
10 changes: 0 additions & 10 deletions content/issues/i-testing-cstate-functions.md

This file was deleted.

Binary file modified static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 600e7ba

Please sign in to comment.