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
fix user home directory
graham.systems
5 months ago
54c947b5
fd069c75
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+2
-2
.tangled/workflows/deploy.yml
···
31
31
- name: Install Railway CLI
32
32
command: cargo install railwayapp --locked
33
33
34
34
-
- name: Link bin executable
35
35
-
command: ln -s /.cargo/bin/railway /bin/railway
34
34
+
- name: Link railway executable
35
35
+
command: ln -s /tangled/home/.cargo/bin/railway /bin/railway
36
36
37
37
- name: Deploy to Railway
38
38
command: railway up --ci --service="0a1b60d9-2e57-4788-b37f-c6843021b3ea"