MauriceNino / gamerpals-webclient

The Website for the GamerPals system.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Angular app builds twice during build process #35

Open MauriceNino opened 5 years ago

MauriceNino commented 5 years ago

It should be:

  1. Travis builds and tests the app
  2. Travis uploads the dist folder to Heroku
  3. Heroku just deploys the dist folder

How it is

  1. Travis builds and tests the app
  2. Travis triggers deployment on Heroku
  3. Heroku builds the app
  4. Heroku deploys the built dist folder