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
PLEASE DEAR GOD WORK
baileytownsend.dev
1 week ago
f7b4c800
794dfda6
0/1
deploy.yml
failed
7s
+2
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+2
-5
.tangled/workflows/deploy.yml
···
26
26
- name: Install Railway
27
27
command: |
28
28
npm i -g @railway/cli
29
29
-
- name: Prepare Environment
30
30
-
command: |
31
31
-
export PATH="$(npm config get prefix)/bin:$PATH"
32
29
- name: Link Railway
33
33
-
command: railway link -p $RAILWAY_PROJECT_ID -e $RAILWAY_ENVIRONMENT_ID -s $RAILWAY_SERVICE_ID --json
30
30
+
command: npx @railway/cli link -p $RAILWAY_PROJECT_ID -e $RAILWAY_ENVIRONMENT_ID -s $RAILWAY_SERVICE_ID --json
34
31
- name: Deploy to Railway
35
35
-
command: railway up --cli
32
32
+
command: npx @railway/cli up --cli