mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update and cleanup ci
This commit is contained in:
parent
8fde9f160e
commit
6e2f08234b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
image: debian/bullseye
|
||||
packages:
|
||||
- nodejs
|
||||
- rsync
|
||||
repositories:
|
||||
nodejs: https://deb.nodesource.com/node_18.x bullseye main 1655A0AB68576280
|
||||
secrets:
|
||||
|
@ -8,7 +9,7 @@ secrets:
|
|||
tasks:
|
||||
- prepare: |
|
||||
cd www-lauka-net
|
||||
npm install -D @11ty/eleventy netlify-cli
|
||||
npm install -D @11ty/eleventy
|
||||
- build: |
|
||||
cd www-lauka-net
|
||||
npx @11ty/eleventy --input=./ --output=public
|
||||
|
|
Loading…
Reference in a new issue