Skip to content

new interval for ping set #10

new interval for ping set

new interval for ping set #10

Workflow file for this run

name: Deploy to Fly.io
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Fly.io
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io
run: |
flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}