Update .gitea/workflows/deploy.yml
updates deploy.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user