test gitea
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
name: Deploy to Railway
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Only deploy when you push to the main branch
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -11,11 +7,6 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Install Railway CLI
|
||||
run: npm install -g @railway/cli
|
||||
|
||||
@@ -26,4 +17,4 @@ jobs:
|
||||
--service fe805e80-39a8-41a7-8e79-674b100a1c17 \
|
||||
--environment 60d98b00-3ea0-497d-ab08-58aa37001500
|
||||
env:
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
Reference in New Issue
Block a user