Skip to content

Merge branch 'master' of https://github.com/Gieneq/DiamondsImager #5

Merge branch 'master' of https://github.com/Gieneq/DiamondsImager

Merge branch 'master' of https://github.com/Gieneq/DiamondsImager #5

Workflow file for this run

name: Deploy to Railway
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container: ghcr.io/railwayapp/cli:latest
env:
SVC_ID: ${{ secrets.RAILWAY_SERVICE_ID }}
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: railway up --service=${{ env.SVC_ID }}