Source code for my personal quote bot project.

fly: updated build config to use pushed image.

+4 -1
+1 -1
.tangled/workflows/build.yml
··· 31 31 APP_NAME: "audquotes" 32 32 - name: "Deploy app to Fly.io" 33 33 command: > 34 - flyctl -t "$FLY_ACCESS_TOKEN" deploy --remote-only 34 + flyctl -t "$FLY_ACCESS_TOKEN" deploy
+3
fly.toml
··· 6 6 cpu_kind = "shared" 7 7 cpus = 1 8 8 9 + [build] 10 + image = "flyio/audquotes:latest" 11 + 9 12 [http_service] 10 13 internal_port = 8080 11 14 force_https = true