https://github.com/zodern/mup-helpers
Meteor package to Meteor Up verifying deployment for certain apps
https://github.com/zodern/mup-helpers
Last synced: about 1 year ago
JSON representation
Meteor package to Meteor Up verifying deployment for certain apps
- Host: GitHub
- URL: https://github.com/zodern/mup-helpers
- Owner: zodern
- Created: 2017-06-01T03:35:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T02:26:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T15:14:28.433Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
While verifying the deployment, Meteor Up attempts to load the app until it is sucessful and has the http status code 200 or redirects to a page that does. Some apps do neither. This package adds a `/___mup_verify` route for those apps so mup can still detect that they started sucessfully. This requires mup 1.2.9 or newer.
### How to use:
Install with
```
meteor add zodern:mup-helpers
```
then run
```
mup deploy
```