Update .gitea/workflows/deploy.yml

done
This commit is contained in:
2026-03-03 19:23:45 +00:00
parent 1630e3ded8
commit efea5ce832

View File

@@ -11,9 +11,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
# - name: Install Railway CLI
# run: |
# npm i -g @railway/cli
- name: Install Railway CLI
run: railway --version
# # Manually add the npm global bin to the PATH
# export PATH=$(npm prefix -g)/bin:$PATH
# railway --version