2bnb / website

2BNB website is for members of the 2BNB Arma 3 community to use for all their community related needs.
2 stars 2 forks source link

Implement Continuous Deployment #18

Open Saborknight opened 3 years ago

Saborknight commented 3 years ago

Let Github send the website a notification each time we push something to the repo, which will make the website automatically deploy if there was any change on the master branch.

Currently using this guide: https://medium.com/@gmaumoh/laravel-how-to-automate-deployment-using-git-and-webhooks-9ae6cd8dffae

Saborknight commented 3 years ago

eb4af89 - First commit

Saborknight commented 3 years ago

I've created the sub-domain on the server and have already cloned the repo. I'm waiting on the DNS provider to have the DNS changes (for the new sub-domain) propagate through, so that we can see the deploy hook do its magic.