From eb07bd82f8fe35b949abba7a154bbb2fb0b6defb Mon Sep 17 00:00:00 2001 From: stark Date: Mon, 10 Jun 2024 20:49:24 +0100 Subject: [PATCH] Github action connect to deployment repo: push issue --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 17afc20..294ccf6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,7 +39,7 @@ jobs: - name: Update Kubernetes Manifest run: | # Mettez à jour vos fichiers de manifeste ici. Par exemple : - sed -i 's|image: stark275/kapend:.*|image: stark275/kapend:${{ github.sha }}|' ./k8s/manifest.yaml + sed -i 's|image: stark275/kapend:.*|image: stark275/kapend:${{ github.sha }}|' ./k8s/03-kapend.yaml - name: Commit and push run: |