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: src/content/11/en/part11c.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ exit 0 # exit status 0 means that the script "succeeds"
273
273
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
274
274
275
275
```bash
276
-
flyctl open console
276
+
flyctl ssh console -t YOUR_AUTH_TOKEN
277
277
```
278
278
279
279
Now when you know that the script based health check works, it is time to define the real health check.
0 commit comments