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