Skip to content

Remove DNS.Watch and remove scheme from URL automatically #12

Remove DNS.Watch and remove scheme from URL automatically

Remove DNS.Watch and remove scheme from URL automatically #12

Workflow file for this run

name: Fly.io
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy d53.co
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}