shopozor / services

Micro-services building up the Shopozor software.
6 stars 0 forks source link

Deploy remotely #193

Closed zadigus closed 4 years ago

zadigus commented 4 years ago

Recap of our workflow

Prerequisites

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