nandtotetris / computer-visualizer

0 stars 0 forks source link

Setup Deployment Pipeline to preview the project online. #10

Closed Buranch closed 4 years ago

Buranch commented 4 years ago

Lets set up an automatic deployment pipeline that gets triggered whenever a new branch/PR gets created. Basically what this pipeline does is it will show us a preview of a specific commit. Not only this smoothes up our development but it also boosts our communication while tackling bugs and discussing features.

We can choose between Netlify(https://www.netlify.com/) and TravisCI(https://travis-ci.com/). I'm not sure if they are totally free. Feel free if you have other tool recommendations.

henites72 commented 4 years ago

@Buranch @mezzzi I think we can close this issue now.

mezzzi commented 4 years ago

Wait, @henites72 can you post here a little description of how it was done. For reference.

Buranch commented 4 years ago

@henites72 also if you can add as an admin on the Netlify dashboard we would appreciate it.

henites72 commented 4 years ago

Wait, @henites72 can you post here a little description of how it was done. For reference.

https://app.netlify.com/sites/computer-visualizer/settings/deploys I just active an option to deploy any pull requests on the deploy panel.

henites72 commented 4 years ago
Screen Shot 2020-02-29 at 12 12 01 PM

Let me check if there is an option to add admins.

henites72 commented 4 years ago

@Buranch @mezzzi Is there anything left for this issue to be closed?

Buranch commented 4 years ago

@henites72 , good job.