2024-02-08 12:16:33 -05:00
|
|
|
when:
|
2024-12-16 22:52:56 -05:00
|
|
|
branch: master
|
|
|
|
event: push
|
2024-02-08 12:16:33 -05:00
|
|
|
|
|
|
|
steps:
|
2024-12-15 16:52:50 -05:00
|
|
|
- name: Build site
|
|
|
|
image: nixos/nix:2.24.11
|
2024-02-08 12:16:33 -05:00
|
|
|
commands:
|
2024-12-15 16:52:50 -05:00
|
|
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
|
|
- nix build
|
2024-12-16 22:52:56 -05:00
|
|
|
- mkdir public && cp -av result/* public
|
2024-02-08 12:16:33 -05:00
|
|
|
- name: Deploy to pages
|
|
|
|
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1
|
|
|
|
settings:
|
2024-12-16 22:52:56 -05:00
|
|
|
folder: public
|
2024-02-08 12:16:33 -05:00
|
|
|
ssh_key:
|
|
|
|
from_secret: ssh_key
|