Skip to content

With Melange 3.0, OCaml 5 and styled-ppx #59

With Melange 3.0, OCaml 5 and styled-ppx

With Melange 3.0, OCaml 5 and styled-ppx #59

Workflow file for this run

name: Deploy on fly.io
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --app fullstack-reason-react-demo --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}