Skip to content

Commit ac393d7

Browse files
authored
Flyctl command modification
`Flyctl open console` open up a browser instance to an URL /console. To get to the VM, you need to use SSH
1 parent 172d4b8 commit ac393d7

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)