Compare commits

..

6 commits

Author SHA1 Message Date
btlogy 4bb523a36d Use the correct virtual hosts for production
All checks were successful
Jekyll / jekyll (pull_request) Successful in 37s
2025-05-09 09:41:11 +00:00
btlogy dc72206742 Use the correct username to deploy on prod
All checks were successful
Jekyll / jekyll (pull_request) Successful in 38s
2025-05-09 09:23:34 +00:00
btlogy 75e211670a Point to the prod server instead of eval
Some checks failed
Jekyll / jekyll (pull_request) Failing after 36s
2025-05-09 09:21:04 +00:00
btlogy 705bfae600 Update .gitea/workflows/jekyll.yaml
Some checks failed
Jekyll / jekyll (pull_request) Failing after 1m50s
2025-05-09 07:10:59 +00:00
btlogy c3c425a272 Update .gitea/workflows/jekyll.yaml
Some checks failed
Jekyll / jekyll (pull_request) Failing after 35s
Explicitly use the pr-commenter-action from GH
2025-05-09 07:03:01 +00:00
btlogy 5411e2d461 Remove the about us picture
Some checks failed
Jekyll / jekyll (pull_request) Failing after 9s
2025-05-08 22:38:06 +00:00
2 changed files with 5 additions and 7 deletions

View file

@ -8,8 +8,8 @@ on:
env:
_UID: 1000
_GID: 1000
WEB_DOMAIN: lafs.eval.latfa.net
WEB_USER: www
WEB_DOMAIN: 87b59b92.nip.io
WEB_USER: bot-www
WEB_DIR: /var/www
jobs:
jekyll:
@ -57,11 +57,11 @@ jobs:
run: |
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/site"
WEB_HOST="www.${WEB_DOMAIN}"
WEB_HOST="live.www.${WEB_DOMAIN}"
WEB_CONTEXT='/'
else
WEB_ROOT="${WEB_DIR}/preview"
WEB_HOST="preview.${WEB_DOMAIN}"
WEB_HOST="preview.www.${WEB_DOMAIN}"
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
fi
# Save those variabes in the environment for the next steps
@ -77,7 +77,7 @@ jobs:
- name: Comment pull request
id: comment_pull_request
if: ${{ always() && gitea.event_name == 'pull_request' }}
uses: exercism/pr-commenter-action@v1.5.1
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
with:
template-variables: |
{

View file

@ -70,8 +70,6 @@ blog:
excerpt: ""
about:
- title: "About us"
image_path: /assets/images/aboutus.png
alt: "aboutus"
excerpt: >-
Tahoe-LAFS is an open-source project supported by donations
and maintained by a group of hardy volunteers.