1.0.6 • Published 4 years ago

meteor-deploy-easy v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

#Meteor-deploy

Installation

npm install meteor-deploy-easy -g

Introduction

This tool is design to push Meteor apps using your favorite git push command. It uses Dokku to containerize your app. You need to have a git initialized on your project.

Gettings started

To setup the config, simply run meteor-deploy init on your console. You will be prompted for the basic server data. Those data will be saved in a .meteor-config file. DON'T FORGET TO CHECK your .gitignore to avoid password exposure or delete .meteor-config Currently supporting password login to the server. SSL coming soon !

Usage

To deploy your meteor app, run meteor-deploy without argument or simply push your git branch to meteor-deploy remote using : git push meteor-deploy master.

Commands

meteor-deploy init : Init and setup your server meteor-deploy : Deploy to your server git push meteor-deploy master : Same as previous

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago