How can we create the meteor deploying script. Currently we need to enter following command manually for deploying the app -
- Meteor login (After pressing the enter, It will ask username and password of galaxy server account)
- After login, We need to use command 'DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy *.meteorapp.com --settings localhost.com.json**' for deploying the app.
How to make simple shell script for above commands?