Update .gitea/workflows/deploy.yml
updates deploy.yaml
This commit is contained in:
@@ -11,12 +11,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Railway CLI
|
||||
run: |
|
||||
npm i -g @railway/cli
|
||||
# Manually add the npm global bin to the PATH
|
||||
export PATH=$(npm prefix -g)/bin:$PATH
|
||||
railway --version
|
||||
# - name: Install Railway CLI
|
||||
# run: |
|
||||
# npm i -g @railway/cli
|
||||
# # Manually add the npm global bin to the PATH
|
||||
# export PATH=$(npm prefix -g)/bin:$PATH
|
||||
# railway --version
|
||||
|
||||
- name: Check Token Presence
|
||||
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi
|
||||
|
||||
Reference in New Issue
Block a user