Compare commits

..

1 Commits

Author SHA1 Message Date
tedspare
9cf97a5681 Merge branch 'dexter-main'
Some checks failed
Deploy to Railway / deploy (push) Has been cancelled
2025-11-18 16:34:05 -05:00

View File

@@ -2,13 +2,12 @@ name: Deploy to Railway
on:
push:
branches: ["main"]
branches: [ "main" ]
workflow_dispatch:
jobs:
deploy:
runs-on:
- host
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -34,3 +33,4 @@ jobs:
if [ -n "${RAILWAY_SERVICE_ID:-}" ]; then SERVICE_FLAG="--service ${RAILWAY_SERVICE_ID}"; fi
# Deploy current repo; --yes to skip prompts
railway up $PROJECT_FLAG $SERVICE_FLAG --yes