tangled
alpha
login
or
join now
crashkeys.dev
/
audquotes
0
fork
atom
Source code for my personal quote bot project.
0
fork
atom
overview
issues
pulls
pipelines
fly: updated build config to use pushed image.
crashkeys.dev
2 months ago
7879a739
892a2ea7
0/1
build.yml
failed
11m 23s
+4
-1
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
fly.toml
+1
-1
.tangled/workflows/build.yml
···
31
31
APP_NAME: "audquotes"
32
32
- name: "Deploy app to Fly.io"
33
33
command: >
34
34
-
flyctl -t "$FLY_ACCESS_TOKEN" deploy --remote-only
34
34
+
flyctl -t "$FLY_ACCESS_TOKEN" deploy
+3
fly.toml
···
6
6
cpu_kind = "shared"
7
7
cpus = 1
8
8
9
9
+
[build]
10
10
+
image = "flyio/audquotes:latest"
11
11
+
9
12
[http_service]
10
13
internal_port = 8080
11
14
force_https = true