File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
posts/deploy-coder-on-fly-io Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ coder templates push fly-docker-image --variable fly_api_token=$(flyctl auth tok
132
132
133
133
![ template] ( ./static/template-1.png )
134
134
135
- > instead of setting variable ` fly_api_token ` you can also set a fly.io secret with the name ` FLY_API_TOKEN `
135
+ > If coder is deployed as a fly.io app, instead of setting variable ` fly_api_token ` you can also set a fly.io secret with the name ` FLY_API_TOKEN `
136
136
>
137
137
> ``` bash
138
138
> flyctl secrets set FLY_API_TOKEN=$( flyctl auth token)
@@ -149,7 +149,7 @@ coder templates push fly-docker-image --variable fly_api_token=$(flyctl auth tok
149
149
150
150
# # Update Coder
151
151
152
- To update the Coder version, run ` flyctl deploy --aap < app-name> ` again and it will pull the latest version of Coder.
152
+ To update the Coder version, run ` flyctl deploy --aap < coder- app-name> ` again and it will pull the latest version of Coder.
153
153
154
154
# # Next Steps
155
155
You can’t perform that action at this time.
0 commit comments