Skip to content

Commit 93579ec

Browse files
authored
Merge pull request #2387 from erictelkkala/patch-5
Flyctl command modification
2 parents 172d4b8 + ac393d7 commit 93579ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/11/en/part11c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ exit 0 # exit status 0 means that the script "succeeds"
273273
Ensure now that the deployment works. Note that to get the path to the script file right, it may be beneficial to log in to your virtual machine console to see where the files reside. Logging in is done with the command
274274

275275
```bash
276-
flyctl open console
276+
flyctl ssh console -t YOUR_AUTH_TOKEN
277277
```
278278

279279
Now when you know that the script based health check works, it is time to define the real health check.

0 commit comments

Comments
 (0)