Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Feb 11, 2017
1 parent 5852db8 commit b8dd93b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# 1.2.2
- Configure nginx max client upload size, and increase default to `10M` (@shadowcodex)
- Displays better message if it can not find the meteor app
- Displays message if can not find pem for server
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

Meteor Up is a command line tool that allows you to deploy any [Meteor](http://meteor.com) app to your own server. It currently supports Ubuntu.

This repository formerly was at `kadirahq/meteor-up`.

You can install and use Meteor Up on Linux, Mac and Windows.

This version of Meteor Up is powered by [Docker](http://www.docker.com/), making deployment easy to manage and reducing a lot of server specific errors.


**Table of Contents**

- [Features](#features)
Expand Down Expand Up @@ -42,6 +45,7 @@ This version of Meteor Up is powered by [Docker](http://www.docker.com/), making
* Password or Private Key (pem) based server authentication
* Access logs from the terminal (supports log tailing)
* Support for custom docker images
* Support for auto-generating SSL certificates using Let's Encrypt

### Server Configuration

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mup",
"version": "1.2.1",
"version": "1.2.2",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/mup-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class MupAPI {
console.log(
'If you think there is a bug in the mup.js validator, please'
);
console.log('create an issue at https://github.com/zodern/meteor-up.');
console.log('create an issue at https://github.com/zodern/meteor-up');
}
}

Expand Down

0 comments on commit b8dd93b

Please sign in to comment.