tangled
alpha
login
or
join now
zzstoatzz.io
/
at-me
25
fork
atom
interactive intro to open social
at-me.zzstoatzz.io
25
fork
atom
overview
issues
1
pulls
pipelines
clean up: remove debug steps
zzstoatzz.io
5 months ago
2c7b9720
b94d21e3
0/1
deploy.yaml
failed
2min 26s
-13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
-13
.tangled/workflows/deploy.yaml
···
9
9
- flyctl
10
10
11
11
steps:
12
12
-
- name: verify flyctl
13
13
-
command: |
14
14
-
flyctl version
15
15
-
16
16
-
- name: check token
17
17
-
command: |
18
18
-
if [ -z "$FLY_API_TOKEN" ]; then
19
19
-
echo "FLY_API_TOKEN is not set"
20
20
-
exit 1
21
21
-
else
22
22
-
echo "FLY_API_TOKEN is set (length: ${#FLY_API_TOKEN})"
23
23
-
fi
24
24
-
25
12
- name: deploy to fly.io
26
13
command: |
27
14
flyctl deploy --remote-only