Skip to content

Commit

Permalink
Merge pull request #22 from taufiqpsumarna/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
taufiqpsumarna authored Sep 9, 2024
2 parents 9ac0a89 + d7d4775 commit 503412c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: [devops,gitlab,gitlab-runner,aws,ec2]

*Published on 2023-12-11*

![This Is Picture](/blog/assets/images/saving-cost-gitlab-runner-ec2.jpg)
![This Is Picture](/assets/images/saving-cost-gitlab-runner-ec2.jpg)

Gitlab Runner is a component of Gitlab CI/CD that plays a crucial role in executing the jobs defined in your CI/CD pipelines. It acts as a worker machine, responsible for running tasks like building, testing, and deploying your code. Unlike other CI/CD tools that require dedicated servers, Gitlab Runner offers flexibility and scalability.

Expand Down
9 changes: 2 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ site_description: >-
My Personal Portfoliom, Blog and Documentation
# Website Theme
theme:
language: en
favicon: assets/images/favicon/favicon.png
favicon: /assets/images/favicon.png
name: material
icon:
logo: fontawesome/solid/infinity
Expand Down Expand Up @@ -54,7 +53,7 @@ plugins:
authors: true
authors_file: "{blog}/.authors.yml"
draft: true
draft_on_serve: true
draft_on_serve: false
draft_if_future_date: true
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'

Check failure on line 59 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / build

59:81 [line-length] line too long (84 > 80 characters)
Expand Down Expand Up @@ -122,10 +121,6 @@ extra_javascript:
# Footer
extra:
generator: false
alternate:
- name: Indonesia
link: /id/
lang: id
social:
- icon: material/gmail
link: mailto:[email protected]
Expand Down

0 comments on commit 503412c

Please sign in to comment.