tangled
alpha
login
or
join now
baileytownsend.dev
/
bootleg-stream-dot-place
10
fork
atom
A stream.place client in a single index.html
10
fork
atom
overview
issues
pulls
pipelines
Automagically deploy to railway
baileytownsend.dev
2 weeks ago
0ed3699b
b1a05142
1/1
deploy.yml
success
39s
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+13
.tangled/workflows/deploy.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
# nixpkgs
9
9
+
nixpkgs/nixpkgs-unstable: # - gcc
10
10
+
- railway
11
11
+
steps:
12
12
+
- name: Deploy to Railway
13
13
+
command: railway up --environment ${RAILWAY_ENVIRONMENT_ID} --service ${RAILWAY_SERVICE_ID} --ci