utm-cssc / utmhacklab.tech

The UTM Hacklab's website.
https://utmhacklab.tech
11 stars 6 forks source link

Write a better deployment system #2

Open ArsalaBangash opened 4 years ago

ArsalaBangash commented 4 years ago

Currently, to push an updated build of the website, we have to run

npm run build

before we add, commit, and push.

Ideally, we would setup some continuous deployment system so that the website is built and deployed upon every successful commit to master.