diff --git a/readme.md b/readme.md index 29a1cbe..73752a9 100755 --- a/readme.md +++ b/readme.md @@ -16,6 +16,12 @@ Follow these steps: 6. In the package.json file change the dev command with `"hugo server --bind 0.0.0.0"` 7. Launch the container again `docker-compose up --force-recreate` +# Deployment + +1. Create a changie to keep track of the changes you made and create a new version. +2. Launch the CI by tagging your last commits and pushing the tag. The tag should start with `v` and then the version number. +3. Change the tag in ansible and apply the changes + --------------------

Hugo + Tailwind CSS Starter and Boilerplate