5 Matching Annotations
  1. Nov 2022
  2. Feb 2022
  3. Jan 2020
    1. Lightning Platform allows you to build employee-facing apps to customize and extend your Salesforce CRM. With Heroku you can go even further, building pixel-perfect applications for your customers in open-source languages like Java, Ruby, Python, PHP, JavaScript, and Go.

      Lightning: internal apps, employee-facing<br> Heroku: non-internal open-source apps, taking advantage of organization infrastructure and data

      Of course, if not all employees are Salesforce users/licensed, then a "non-internal" app could still be an organizational app, but without having to secure expensive Salesforce licenses. Also, if one wanted to build an external "customer" engagement community it could be done without needing a Salesforce Community and associated community licenses.

  4. Jun 2017
  5. May 2015
    1. You can push an alternative branch to Heroku using Git. git push heroku-dev test:master This pushes your local test branch to the remote's master branch (on Heroku).

      Push a local non-master branch to heroku master