Skip to content

Github action for running prettier format #41

Github action for running prettier format

Github action for running prettier format #41

Workflow file for this run

name: Deploy to Railway
on:
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
container: ghcr.io/railwayapp/cli:latest
env:
SVC_ID: f15b9190-b8f5-4122-9418-8e509e648783
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: railway up --service=${{ env.SVC_ID }}