freehold-cottage/.build.yml

27 lines
552 B
YAML
Raw Normal View History

2022-11-15 18:28:13 +00:00
image: alpine/edge
2022-11-12 14:36:45 +00:00
packages:
- ruby-dev
- nodejs
2023-11-02 11:56:08 +00:00
- npm
2022-11-12 15:20:33 +00:00
- rsync
2022-11-15 18:41:32 +00:00
- imagemagick
- imagemagick-dev
- imagemagick-libs
2023-11-02 11:56:58 +00:00
environment:
2023-11-02 11:59:30 +00:00
repo: freehold-cottage
2022-11-12 14:36:45 +00:00
sources:
- https://git.sr.ht/~stfn/freehold-cottage
2023-11-02 11:56:58 +00:00
- https://git.sr.ht/~stfn/build-scripts
2022-11-12 14:36:45 +00:00
secrets:
2022-11-15 18:55:28 +00:00
- 663e253f-76fc-4d51-92ba-2412927a42d8
2022-11-12 14:36:45 +00:00
tasks:
- build: |
2023-11-02 11:56:08 +00:00
cd $repo
sudo sh ../build-scripts/jekyll-build
- minify: |
cd $repo
sudo sh ../build-scripts/minify-site
2022-11-12 14:36:45 +00:00
- deploy: |
2023-11-02 11:56:08 +00:00
cd $repo
sudo sh ../build-scripts/neocities-deploy $repo _site