Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
117 contributions in the last year
Contribution activity
July - August 2020
ohaz has no activity
yet for this period.
June 2020
- Use latest image as cache in initial build as well
- Fix SHORTSHA again
- Rename GITHUB_SHORTSHA to SHORTSHA
- Pull existing image to avoid double-builds
- Use 7-char SHA for pulling Docker images
- Remove superfluous bash call for docker-compose
- Move MPROOMS_VERSION into .env file as well
- Be more verbose during deployment automation
- Use latest pushed image as cache for build
- Use bash heredoc to write .env file for deployment
- Use matrix strategy to push Docker images
- Use matrix strategy to build Docker images
- Pass non-secret deployment variables via .env file
- Pass all needed variables to VM for deployment
- Deploy master into mprooms-vm
- Redirect all http requests to https
- Add keycloak-gatekeeper to authenticate requests
- Move database to its own docker volume
- Remove port exposure for frontend, backend and nginx