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
add railway deployment workflow
graham.systems
5 months ago
6deb7d49
7a081499
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+17
.tangled/workflows/deploy.yml
···
1
1
+
# Set the following secrets in your repo's pipeline settings:
2
2
+
# RAILWAY_TOKEN
3
3
+
# RAILWAY_SERVICE_ID
4
4
+
5
5
+
when:
6
6
+
- event: ["manual"]
7
7
+
branch: ["main"]
8
8
+
9
9
+
engine: "nixery"
10
10
+
11
11
+
dependencies:
12
12
+
nixpkgs:
13
13
+
- railway
14
14
+
15
15
+
steps:
16
16
+
- name: Deploy to Railway
17
17
+
run: railway up --service=$RAILWAY_SERVICE_ID