Compare commits

...

3 commits

Author SHA1 Message Date
btlogy f9f1495df5 Merge pull request 'Fix cleanup with correct user and permissions' (#33) from 30.fix-cleanup into main
All checks were successful
Jekyll / jekyll (push) Successful in 38s
Reviewed-on: #33
2025-08-15 09:02:14 +00:00
Benoit Donneaux e8b9da7b6c Fix cleanup with correct user and permissions
All checks were successful
Jekyll / jekyll (pull_request) Successful in 51s
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 14s
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-08-15 10:57:01 +02:00
btlogy 57fc413c73 Merge pull request 'Rework the CI/CD for production' (#31) from 30.rework-for-prod into main
All checks were successful
Jekyll / jekyll (push) Successful in 38s
Reviewed-on: #31
2025-08-13 18:31:59 +00:00

View file

@ -7,14 +7,14 @@ on:
env:
WEB_HOST: webforge.of.tahoe-lafs.org
WEB_USER: www
WEB_USER: bot-www
WEB_ROOT: /var/www/preview
WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/"
jobs:
jekyll_cleanup:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
pull-requests: read
actions: read
contents: read
steps: