Skip to content

Commit 6f60ec0

Browse files
authored
Merge pull request #9 from coder/matifali-coder-fly-io
Update fly.io blog post
2 parents c594d6a + 531f332 commit 6f60ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/deploy-coder-on-fly-io/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ coder templates push fly-docker-image --variable fly_api_token=$(flyctl auth tok
132132

133133
![template](./static/template-1.png)
134134

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`
136136
>
137137
> ```bash
138138
> 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
149149
150150
## Update Coder
151151
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.
153153
154154
## Next Steps
155155

0 commit comments

Comments
 (0)