You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/templates/fly-docker-image/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ This template provisions a [code-server](https://github.com/coder/code-server) i
22
22
23
23
```bash
24
24
coder templates create fly-docker-image \
25
-
--variable fly_api_token=$(flyctl auth token) \
26
-
--variable fly_org=personal
25
+
--var fly_api_token=$(flyctl auth token) \
26
+
--var fly_org=personal
27
27
```
28
28
29
29
> If the Coder server is also running as a fly.io app, then instead of setting variable `fly_api_token` you can also set a fly.io secret with the name `FLY_API_TOKEN`
0 commit comments