[x] You have configured the triggering of the pre-commit hook on your local repository's clone. You need to have installed the python module pre-commit (listed in the required dev modules) and run the command pre-commit install in the repository's root folder.
[x] You have covered your code with unit and acceptance tests
[x] The feature you have implemented has no tag @wip any more
Changes
Our software is now deployable to a k8s cluster. Two types of environment are currently considered: staging and production. Later on, the staging environment will be synchronized with the master branch (when we switch to gitlab). Deployment to production will then happen upon merging the master branch with the production branch.
How to use the feature
devspace run deploy.staging
devspace run deploy.production
Recap of our workflow
Prerequisites
pre-commit
(listed in the required dev modules) and run the commandpre-commit install
in the repository's root folder.@wip
any moreChanges
Our software is now deployable to a k8s cluster. Two types of environment are currently considered: staging and production. Later on, the
staging
environment will be synchronized with themaster
branch (when we switch to gitlab). Deployment to production will then happen upon merging themaster
branch with theproduction
branch.How to use the feature