Skip to content

Commit

Permalink
[NEW] Android CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Dec 27, 2023
1 parent 29c964b commit c961dec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pages/guides/ci-cd/_meta.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"icon": "▶️",
"description": "Gitlab CI bilan ishlaymiz",
"href": "/guides/ci-cd/start-gitlabci"
},
"android-github-actions": {
"title": "Android CI/CD",
"icon": "▶️",
"description": "Github Actionda Android CI/CD",
"href": "/guides/ci-cd/android-github-actions"
}
}
5 changes: 5 additions & 0 deletions pages/guides/ci-cd/android-github-actions.en-US.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Callout } from "nextra-theme-docs";

# Github Actions bilan Anroid CI/CD

![android](/images/ci-cd/anroid.png)
2 changes: 1 addition & 1 deletion pages/guides/web-server/nginx-load-balancing.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Biz gorizontal scalingni tanlaymiz va bizda bitta application serverimiz bor edi
Serverni yangilab olamiz.

```bash
sudo apy update && sudo apt upgrade -y
sudo apt update && sudo apt upgrade -y
```

NGINX o'rnatamiz
Expand Down
Binary file added public/images/ci-cd/anroid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c961dec

Please sign in to comment.