Skip to content
Snippets Groups Projects
Commit ca059837 authored by Ben Cowley's avatar Ben Cowley
Browse files

Update README.md

parent b03d5ee8
No related branches found
No related tags found
No related merge requests found
# Rong_PhD
## PhD repo readme
PhD repo is for keeping a persistent, collaborative track of your whole PhD: papers once they are finished, thesis writeup, linking in major code projects or other work if you wish.
* _You do NOT need to use this repo for every piece of day-to-day work_!
* _Make sure to clone this repo locally on your work machine_!
To link an overleaf project here while it is still being edited:
* copy the git clone link from overleaf as `git clone <overleaf-address>`
* cd to your local clone of this PhD repo
* do `$ git submodule add <overleaf-address> <descriptive_name>`
To create a copy of the overleaf project once it is published, just copy the project contents into a suitable sub-directory of this repo
## Getting started
......@@ -32,15 +45,6 @@ git push -uf origin main
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment