tangled
alpha
login
or
join now
ladas552.me
/
Nix-Docs
0
fork
atom
Site for my Nix docs
nix.ladas552.me
0
fork
atom
overview
issues
pulls
pipelines
I don't understand spindle for that
Ladas552
3 weeks ago
5e06defc
be19c84f
-26
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
-26
.tangled/workflows/deploy.yaml
···
1
-
engine: nixery
2
-
when:
3
-
- event: ["push"]
4
-
branch: ["master"]
5
-
6
-
clone:
7
-
depth: 1
8
-
9
-
dependencies:
10
-
nixpkgs/nixpkgs-unstable:
11
-
- norgolith
12
-
- openssh
13
-
14
-
environment:
15
-
CI: "true"
16
-
steps:
17
-
- name: build site
18
-
command: lith build
19
-
- name: deploy keys
20
-
command:
21
-
ssh-add <(echo $DEPLOY_SSH_KEY')
22
-
chmod 600 ~/.ssh/id_rsa
23
-
ssh-keyscan -H nix.ladas552.me >> ~/.ssh/known_hosts
24
-
- name: deploy site
25
-
command: scp -r public/ ladas552@nix.ladas552.me:~/sites/nix
26
-
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0