Skip to content

perf: serve svg directly in html instead of static asset #57

perf: serve svg directly in html instead of static asset

perf: serve svg directly in html instead of static asset #57

Workflow file for this run

name: Fly Deploy
on:
workflow_dispatch:
push:
jobs:
deploy:
name: Deploy hidek.xyz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}