A web page with links to our internal applications.
Serve the public
folder using the web server of your choice.
For example:
- using Node.js:
npx serve public/
. - using Python 3:
python -m http.server --directory public/
.
The main
branch is automatically deployed to production.
To temporarily deploy another branch, on said branch, modify the filters of
the deploy_prod
job of the deploy_main
workflow in .circleci/config.yml
.
This is to preserve compatibility with current email signatures. It will only be able to be moved or removed once most signatures have been updated to another URL.