tangled
alpha
login
or
join now
ghustvn.com
/
ghustvn
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Tangled workflow for continous deployment
ghustvn.com
1 month ago
4c4699f3
e495a720
1/1
deploy.yml
success
49s
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+13
.tangled/workflows/deploy.yml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- railway
10
10
+
11
11
+
steps:
12
12
+
- name: Deploy to Railway
13
13
+
command: railway up --ci --service=$RAILWAY_SERVICE_ID