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: