Skip to content

ntno/ntno.net

Repository files navigation

ntno.net

live environments

integration (gh-ci)

temporary environments are created/destroyed with pull request open/close

url: posted to the pull request for review
status:
Test Pull Request

production (gh-prod)

url: https://ntno.net
status:
Deploy MkDocs to Production Environment

local development

make serve

download images for local development

make get-image-bundle download-directory="."

image update

  1. add/update image
  2. test locally
make serve
  1. create image release
make docker
make put-image-bundle version="X.X.X"
  1. update IMAGE_BUNDLE_VERSION in variables.yml

references

see also