Skip to content

Fix article page header (#251) #360

Fix article page header (#251)

Fix article page header (#251) #360

Workflow file for this run

name: "build and deploy"
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_deploy:
environment: production
name: build and deploy
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
ORIGIN: ${{ env.ORIGIN }}