Skip to content

Life cycle for build and deploy

André Jaenisch edited this page Jul 10, 2018 · 1 revision

We are using CircleCI together with rsync for our deployment.

Therefore, log into CircleCI with GitHub and visit the deployment page to see the current build status.

It basically installs Hugo, runs its build command and pushed the changes to gh-pages branch. That means, you can see it in an instant at https://sabayon.github.io/sabayon-website-next/

Every 15 minutes a rsync command will look for changes to copy to https://next.sabayon.org/ Keep in mind, that we have CloudFront in place, so you could see a stalled cache.

The same process basically applies for the production site repo.

Clone this wiki locally