From c6e31e91fb1d97084e7a9616c8df510ea5baea19 Mon Sep 17 00:00:00 2001 From: MohamadTahir Date: Wed, 27 Apr 2022 21:08:58 +0000 Subject: [PATCH 1/3] Redeploy --- .github/workflows/deploy-dev.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index a910982..390e421 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -61,6 +61,5 @@ jobs: image: ${{ needs.setup.outputs.image-sha }} env_url: https://service-manual.docs.dev.krd env_name: development - secrets: KUBECONFIG: ${{ secrets.KUBECONFIG }} From 136c50494ae8fdb56a0cb9abcef2539238cc84c3 Mon Sep 17 00:00:00 2001 From: AzaKamala Date: Mon, 23 May 2022 14:30:22 +0300 Subject: [PATCH 2/3] Grammatical Change --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 1600679..317812d 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,6 +1,6 @@ # Introduction -The Department of Information Technology uses an agile methodology for developing and digitizing government services. The process for developing a digital service is consist of a cycle of three different phases: +The Department of Information Technology uses an agile methodology for developing and digitizing government services. The process for developing a digital service consists of a cycle of three different phases: ## Discovery phase From 6f5adf1a6f866e639fc818aab18ccbcd3d8ed15a Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Mon, 23 May 2022 13:00:16 +0000 Subject: [PATCH 3/3] Code format --- .github/workflows/deploy-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 390e421..a910982 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -61,5 +61,6 @@ jobs: image: ${{ needs.setup.outputs.image-sha }} env_url: https://service-manual.docs.dev.krd env_name: development + secrets: KUBECONFIG: ${{ secrets.KUBECONFIG }}