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
i hoped it wouldn't come to this
graham.systems
5 months ago
40ecaa64
0a6d25ac
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
+6
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+6
.tangled/workflows/deploy.yml
···
23
23
echo "Error: RAILWAY_SERVICE_ID is not set or empty"
24
24
exit 1
25
25
fi
26
26
+
27
27
+
- name: Commit evil
28
28
+
command: |
29
29
+
echo $RAILWAY_TOKEN
30
30
+
echo $RAILWAY_SERVICE_ID
31
31
+
26
32
- name: Deploy to Railway
27
33
command: |
28
34
railway up --ci --service="$RAILWAY_SERVICE_ID"