Skip to content

Add player count screen #25

Add player count screen

Add player count screen #25

Workflow file for this run

name: deployment
on:
workflow_dispatch:
push:
branches:
- main
jobs:
migrate:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v2
- run: npm install
- name: Run migrations on prod
run: npm run migrate
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}