Compare commits

...

2 commits

Author SHA1 Message Date
f1ef4cc3cb git.archive.hostux.fr not in use anymore
All checks were successful
/ build (push) Successful in 19s
/ deploy (push) Successful in 13s
2025-04-17 18:14:04 +02:00
73b85a8dae use fork with github.com check disabled
Some checks failed
/ build (push) Successful in 17s
/ deploy (push) Failing after 11s
2025-04-17 18:05:43 +02:00

View file

@ -15,7 +15,7 @@ jobs:
- name: Build - name: Build
run: npx @11ty/eleventy run: npx @11ty/eleventy
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: https://data.forgejo.org/forgejo/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/
@ -25,11 +25,11 @@ jobs:
container: container:
image: node:21-bullseye # Required by actions/download-artifact image: node:21-bullseye # Required by actions/download-artifact
steps: steps:
- uses: actions/download-artifact@v4 - uses: https://data.forgejo.org/forgejo/download-artifact@v4
with: with:
name: dist name: dist
- name: rsync deployment - name: rsync deployment
uses: https://git.archive.hostux.fr/Hostux/rsync-deployments@6.0.0 uses: https://git.hostux.fr/Hostux/rsync-deployments@6.0.0
with: with:
switches: -az --no-o --no-g --no-devices --no-specials --delete --progress --checksum switches: -az --no-o --no-g --no-devices --no-specials --delete --progress --checksum
path: . path: .