Skip to content

z[ARCHIVED] CI CD

maxmwang edited this page Nov 13, 2024 · 1 revision

Deployment

For the user, deployment is very straightforward. To deploy to staging, simply merge your PR into master or push to master. Our GitLab instance will automatically detect changes to master, build the changes, and deploy.

To push to production, all you need to do is click a button on the GitLab pipeline that will deploy to prod.

If you are familiar with Kubernetes, you can also check the status of the node and pods. See Setting Up Kubernetes.