tangled
alpha
login
or
join now
graham.systems
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
update to tutorial-ready workflow
graham.systems
5 months ago
ed65ae47
621c2333
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
0/1
deploy.yml
failed
1min 28s
+3
-10
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+3
-10
.tangled/workflows/deploy.yml
···
3
3
# RAILWAY_SERVICE_ID
4
4
5
5
when:
6
6
-
- event: ["push", "manual"]
6
6
+
- event: ["push"]
7
7
branch: ["main"]
8
8
9
9
engine: "nixery"
···
14
14
- gcc
15
15
16
16
steps:
17
17
-
- name: Check for required values
18
18
-
command: |
19
19
-
if [ -z "${RAILWAY_TOKEN}" ]; then
20
20
-
echo "Error: RAILWAY_TOKEN is not set or empty"
21
21
-
exit 1
22
22
-
fi
23
23
-
24
17
- name: Install Rust toolchain
25
18
command: rustup default stable
26
19
27
20
- name: Install Railway CLI
28
21
command: cargo install railwayapp --locked
29
22
30
30
-
- name: Link railway executable
23
23
+
- name: Link `railway` executable
31
24
command: ln -s /tangled/home/.cargo/bin/railway /bin/railway
32
25
33
26
- name: Deploy to Railway
34
34
-
command: railway up --ci
27
27
+
command: railway up --ci --service=$RAILWAY_SERVICE_ID