all repos — flynet @ 6b3fcb7f2e9864b7ae8312cc5a9e462f5e310537

ersatz CDN on fly.io

justfile (view raw)

1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env cached-nix-shell
#!nix-shell -i "just --justfile" -p just flyctl

default:
    @just --list --justfile {{ justfile() }} --unsorted

cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS)
    fly auth docker

deploy *DEPLOY_FLAGS:
    fly deploy {{ DEPLOY_FLAGS }}