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
explicitly set railway environment values
graham.systems
5 months ago
f86c67cd
6a00f020
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
0/1
deploy.yml
failed
3s
+3
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+3
-2
.tangled/workflows/deploy.yml
reviewed
···
29
29
# echo $RAILWAY_TOKEN
30
30
# echo $RAILWAY_SERVICE_ID
31
31
#
32
32
-
- name: Attempt login
33
33
-
command: railway status
34
32
35
33
- name: Deploy to Railway
34
34
+
environment:
35
35
+
RAILWAY_TOKEN: d7f6308c-9687-4bc1-bcf5-127f6f25a459
36
36
+
RAILWAY_SERVICE_ID: 0a1b60d9-2e57-4788-b37f-c6843021b3ea
36
37
command: |
37
38
railway up --ci --service="$RAILWAY_SERVICE_ID"