Update .gitea/workflows/deploy.yml

updates deploy.yaml
This commit is contained in:
2026-03-03 19:19:35 +00:00
parent f2adca8a0d
commit 1630e3ded8

View File

@@ -11,12 +11,12 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Railway CLI # - name: Install Railway CLI
run: | # run: |
npm i -g @railway/cli # npm i -g @railway/cli
# Manually add the npm global bin to the PATH # # Manually add the npm global bin to the PATH
export PATH=$(npm prefix -g)/bin:$PATH # export PATH=$(npm prefix -g)/bin:$PATH
railway --version # railway --version
- name: Check Token Presence - name: Check Token Presence
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi