issues
search
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:
Travis builds and tests the app
Travis uploads the dist folder to Heroku
Heroku just deploys the dist folder
How it is
Travis builds and tests the app
Travis triggers deployment on Heroku
Heroku builds the app
Heroku deploys the built dist folder
It should be:
How it is