New continuous deployment workflow for development.
The intent is that this should be deployed from the development branch, but it has been set up so that it can be deployed from other branches as well. This should be safe to merge into the deployment branch, since that uses a different workflow, which does not set the required environment variable.
New continuous deployment workflow for development.
The intent is that this should be deployed from the
development
branch, but it has been set up so that it can be deployed from other branches as well. This should be safe to merge into thedeployment
branch, since that uses a different workflow, which does not set the required environment variable.Resolves #131