Skip to content

Adhoc/deploy to railway #12

Adhoc/deploy to railway

Adhoc/deploy to railway #12

Workflow file for this run

name: Deploy to Production
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: {}
permissions:
id-token: write
contents: read
actions: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy:
name: Deploy | Production
uses: ./.github/workflows/deploy.yaml
with:
account: "730335381248"
region: "ap-northeast-1"