Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Deploying production

Dimitar Tasev edited this page Dec 2, 2021 · 3 revisions

autoreduce-frontend

  • Make sure the desired webapp package is published on https://pypi.org/project/autoreduce-frontend/#history
  • Check that the version matches between autoreduce-frontend/setup.py and autoreduce-frontend/container/webapp.D
  • Publish the package either by pushing the change to master or running make package
  • Build & publish the Docker container in autoreduce-containers via make webapp
  • Run the Ansible playbook - playbooks/webapp/deploy.yml to deploy it on the production hosts
Clone this wiki locally