samantha's personal website!~ ✨ samanthanguyen.me

ci: add spindle CI workflows

+6 -6
+3 -3
.tangled/workflows/deploy-preview.yml
··· 1 1 when: 2 - - event: ["pull_request", "manual"] 3 - branch: ["main"] 2 + - event: ['pull_request', 'manual'] 3 + branch: ['main'] 4 4 5 - engine: "nixery" 5 + engine: 'nixery' 6 6 7 7 dependencies: 8 8 nixpkgs:
+3 -3
.tangled/workflows/deploy-prod.yml
··· 1 1 when: 2 - - event: ["push", "manual"] 3 - branch: ["main"] 2 + - event: ['push', 'manual'] 3 + branch: ['main'] 4 4 5 - engine: "nixery" 5 + engine: 'nixery' 6 6 7 7 dependencies: 8 8 nixpkgs: