Skip to content

deploy workflow, ignore ds store #2

deploy workflow, ignore ds store

deploy workflow, ignore ds store #2

Workflow file for this run

name: Deploy
# on:
# push:
# branches: [main]
on:
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
container: ghcr.io/railwayapp/cli:latest
env:
SVC_ID: d47574d9-9a5f-49c0-b031-c70ef5cd5d58
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: railway up --service=${{ env.SVC_ID }}