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
{{ message }}
This repository was archived by the owner on Mar 30, 2020. It is now read-only.
Have the page sending a desktop notification whenever a deploy finishes. When it takes time to deploy, it helps forgetting that you were waiting for it. It's super simple:
newNotification("Deploy Finished",{body: "Container 84fe2a9ad467 is up and running."})
Have the page sending a desktop notification whenever a deploy finishes. When it takes time to deploy, it helps forgetting that you were waiting for it. It's super simple:
The docs: https://developer.mozilla.org/en/docs/Web/API/notification
The text was updated successfully, but these errors were encountered: