Revert baseURL

This commit is contained in:
Sam A. 2023-12-22 20:19:49 +01:00
parent 69d2c5b671
commit 888ddf8465
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ kind: pipeline
name: default
steps:
# stable site
- name: build_stable
image: klakegg/hugo:ext-alpine-ci
environment:
@ -12,6 +13,7 @@ steps:
branch:
- main
# staging site
- name: build_staging
image: klakegg/hugo:ext-alpine-ci
environment:

View File

@ -1,4 +1,4 @@
baseURL: https://staging.data.coop
baseURL: https://data.coop
copyright: CC-BY, see https://creativecommons.org/licenses/by/4.0/