Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AngularJS Deployment Essentials

You're reading from   AngularJS Deployment Essentials

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781783983582
Length 148 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Zachariah Moreno Zachariah Moreno
Author Profile Icon Zachariah Moreno
Zachariah Moreno
Arrow right icon
View More author details
Toc

Scaling and deploying to Heroku

Now that you have a deeper understanding of how Heroku, Node.js, Express, Gzippo, the Procfile, and the web.js file all work together to serve your application, it is time to commence with deployment. Because Heroku stores all files as remote Git repositories, all that is needed to deploy code to your Heroku application environment, is a push. Simply run the following command in your terminal or command line to deploy your code to Heroku:

$ git push heroku master

This command works because the remote Git branch, heroku, was created for you when you created your application either in the Heroku Dashboard or Toolkit. At this point if you navigate to your application's Dashboard and view its activity, you will see a log of your deployment, along with the Git SHA-1 of your latest commit as confirmation.

Dynos

To understand how your Heroku environment can scale, it is valuable to first understand how Heroku measures your application. Heroku applies the notion...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image