Run Actions on metal
Some checks failed
Deploy to Railway / deploy (push) Has been cancelled

This commit is contained in:
tedspare
2025-11-18 16:43:17 -05:00
parent 94741c2dbb
commit 8a0f206aaa

View File

@@ -7,7 +7,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- linux
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -33,4 +35,3 @@ 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