Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Update index.html

Update index.html #41

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- "main"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
concurrency:
group: fly-production
cancel-in-progress: true
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy
first-run-check:
name: First run experience check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: First run experience
run: ./build.sh && cargo check