Skip to content

Ensure CORS headers are also sent when the application is down #11

Ensure CORS headers are also sent when the application is down

Ensure CORS headers are also sent when the application is down #11

Workflow file for this run

on:
push:
branches:
- master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to fly.io
run: flyctl deploy