You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the project from the root using the release profile.
mvn clean install -P release
Deployment is currently done uploading the war to the
TOMCAT_HOME/webapps directory and restarting the server.
Deployment can also be done via Cloudformation scripts that create new
controller resources and then switching the load balancer to point at
the new resource. This is the preferred method as it requires no
downtime.