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
clean up
baileytownsend.dev
2 weeks ago
d0751d4a
9ed6f3f6
-8
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
-8
.tangled/workflows/deploy.yml
···
4
4
5
5
engine: nixery
6
6
7
7
-
# using the default values
8
8
-
clone:
9
9
-
skip: false
10
10
-
depth: 1
11
11
-
submodules: false
12
12
-
# npm i -g @railway/cli
13
7
dependencies:
14
8
# nixpkgs
15
9
nixpkgs/nixpkgs-unstable: # - gcc
16
16
-
# - cargo
17
10
- railway
18
18
-
19
11
steps:
20
12
- name: Deploy to Railway
21
13
command: railway up --environment ${RAILWAY_ENVIRONMENT_ID} --service ${RAILWAY_SERVICE_ID} --ci