Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyler-technologies-oss/erp-devops-interview-demo
Demo repo used by ERP DevOps during technical interviews.
https://github.com/tyler-technologies-oss/erp-devops-interview-demo
Last synced: 24 days ago
JSON representation
Demo repo used by ERP DevOps during technical interviews.
- Host: GitHub
- URL: https://github.com/tyler-technologies-oss/erp-devops-interview-demo
- Owner: tyler-technologies-oss
- Created: 2021-08-13T11:57:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T19:11:07.000Z (over 3 years ago)
- Last Synced: 2023-07-10T04:50:50.963Z (over 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tyler Technologies ERP DevOps Interview Demo
This git repository contains a simple ASP.NET Core Web App and is used during the technical portion of the interview for a DevOps Engineer in the ERP division at Tyler Technologies. Interviewees should fork this repo and create a pull-request back into the `main` branch after accomplishing the following objectives.
## Objectives
1. Follow Git best practices to ensure only necessary source files are added to the repository.
2. Follow GitHub best practices to add checks to ensure that `admins` is the default approver for pull requests, `frontend` is the approver for any `.js` or `.css` files, and `devops` is the approver for anything in the `.github`.
3. Create a GitHub actions workflow file and any other necessary files to build and publish this Web App as a Docker image to DockerHub in a secure manor on any push to `main`.