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
try exporting railway token, set service ID statically
graham.systems
5 months ago
24a8ae34
f86c67cd
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
0/1
deploy.yml
failed
2s
+2
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+2
-4
.tangled/workflows/deploy.yml
reviewed
···
31
31
#
32
32
33
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
37
34
command: |
38
38
-
railway up --ci --service="$RAILWAY_SERVICE_ID"
35
35
+
export RAILWAY_TOKEN=$RAILWAY_TOKEN
36
36
+
railway up --ci --service="0a1b60d9-2e57-4788-b37f-c6843021b3ea"