Upgrading an existing installation¶
If you already have an installation and you want to upgrade to the latest release, run the following commands:
git pull
npm ci
Publishing the upgrade to AWS¶
If you want to publish the upgrade to AWS, perform the steps for the initial installation as described in Getting started.
Continuously deploy upgrades¶
If you want to automate the process of continuous deployment of upgrades, follow the instructions in Continuous deployment.