Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devops-project
todo-application
Commits
779c8d23
Commit
779c8d23
authored
4 years ago
by
derrabauke
Browse files
Options
Downloads
Patches
Plain Diff
Replace Travis with CircleCI
parent
c400822f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
concept.md
+5
-5
5 additions, 5 deletions
concept.md
with
5 additions
and
5 deletions
concept.md
+
5
−
5
View file @
779c8d23
...
...
@@ -6,7 +6,7 @@ Date: 7.12.2020
## Personal motivation --> Really?
-
I want to test out interessting technology which might be relevant for me in the future
-
the Cloud Provider should be something else than AWS
-
I might try
Travis CI to leverage the Github student pack
-
I might try
CircleCI, as it has a good free plan and is on vogue
-
really wanted to test out Kubernetes for a long time
-
BUT: Kubernetes is way to much overhead for this kind of app, only makes sense in multi microservice architecture
...
...
@@ -23,8 +23,8 @@ Date: 7.12.2020
```
mermaid
graph TB
GH[Github Repo] -->|triggered via hooks|CI[CI via
Travis
]
CI-->CD[CD via
Travis
]
GH[Github Repo] -->|triggered via hooks|CI[CI via
CircleCI
]
CI-->CD[CD via
CircleCI
]
CD-->|runs|T[TerraForm]
subgraph subID["Cloudprovider: Linode | AWS"]
T-->A("Configuration Management Ansible")
...
...
@@ -57,8 +57,8 @@ graph TB
-
the software is managed in a Github Repo
-
CI will be triggered by GitHub Hooks
###
/
CI / CD
-
I want to test Travis for
**CI/CD**
### CI / CD
-
I want to test
~~
Travis
~~ CircleCI
for
**CI/CD**
-
The CI will have also 3 stages: test / build / deploy
-
after successfully building and testing it will trigger the deployment process
-
the deployment will only start on expected git:tags or if the branch equals "master"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment