Attempt to use dev.queerscriptors.org when on dev

This commit is contained in:
HackerNCoder 2022-11-25 18:38:51 +00:00
parent 50489232d7
commit 7b0e371e44
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,10 @@
pipeline:
prepare-dev:
image: debian
commands:
- sed -i -r -e 's/queerscriptors\.org/dev\.queerscriptors\.org/g' website.lektorproject
when:
branch: dev
build:
image: python:3.8-bullseye
commands:

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ _("A community of people that translate queer games") }}">
<!-- Open Graph Protocol -->
<meta name="og:title" content="{% block ogptitle %}Queerscriptors{% endblock %}">
<meta name="og:type" content="website">
@ -31,6 +31,6 @@
</head>
<body id="page-top">
{% block page %}{% endblock %}
{% include 'footer.html' %}
{% include 'footer.html' %}
</body>
</html>