Compare commits
No commits in common. "rework-about" and "main" have entirely different histories.
rework-abo
...
main
|
@ -8,8 +8,8 @@ on:
|
||||||
env:
|
env:
|
||||||
_UID: 1000
|
_UID: 1000
|
||||||
_GID: 1000
|
_GID: 1000
|
||||||
WEB_DOMAIN: 87b59b92.nip.io
|
WEB_DOMAIN: lafs.eval.latfa.net
|
||||||
WEB_USER: bot-www
|
WEB_USER: www
|
||||||
WEB_DIR: /var/www
|
WEB_DIR: /var/www
|
||||||
jobs:
|
jobs:
|
||||||
jekyll:
|
jekyll:
|
||||||
|
@ -57,11 +57,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
|
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
|
||||||
WEB_ROOT="${WEB_DIR}/site"
|
WEB_ROOT="${WEB_DIR}/site"
|
||||||
WEB_HOST="live.www.${WEB_DOMAIN}"
|
WEB_HOST="www.${WEB_DOMAIN}"
|
||||||
WEB_CONTEXT='/'
|
WEB_CONTEXT='/'
|
||||||
else
|
else
|
||||||
WEB_ROOT="${WEB_DIR}/preview"
|
WEB_ROOT="${WEB_DIR}/preview"
|
||||||
WEB_HOST="preview.www.${WEB_DOMAIN}"
|
WEB_HOST="preview.${WEB_DOMAIN}"
|
||||||
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
|
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
|
||||||
fi
|
fi
|
||||||
# Save those variabes in the environment for the next steps
|
# Save those variabes in the environment for the next steps
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- name: Comment pull request
|
- name: Comment pull request
|
||||||
id: comment_pull_request
|
id: comment_pull_request
|
||||||
if: ${{ always() && gitea.event_name == 'pull_request' }}
|
if: ${{ always() && gitea.event_name == 'pull_request' }}
|
||||||
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
|
uses: exercism/pr-commenter-action@v1.5.1
|
||||||
with:
|
with:
|
||||||
template-variables: |
|
template-variables: |
|
||||||
{
|
{
|
||||||
|
|
|
@ -70,6 +70,8 @@ blog:
|
||||||
excerpt: ""
|
excerpt: ""
|
||||||
about:
|
about:
|
||||||
- title: "About us"
|
- title: "About us"
|
||||||
|
image_path: /assets/images/aboutus.png
|
||||||
|
alt: "aboutus"
|
||||||
excerpt: >-
|
excerpt: >-
|
||||||
Tahoe-LAFS is an open-source project supported by donations
|
Tahoe-LAFS is an open-source project supported by donations
|
||||||
and maintained by a group of hardy volunteers.
|
and maintained by a group of hardy volunteers.
|
||||||
|
|
Loading…
Reference in a new issue