From 8fa9a897effb2efc02a7a0cd395719e91e350199 Mon Sep 17 00:00:00 2001 From: SDE-ADNAN Date: Fri, 29 Dec 2023 15:14:32 +0530 Subject: [PATCH] Update SSH and deploy step in ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd9ae88..65a2cf6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: SSH and deploy + - name: SSH and DEPLOY env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} shell: bash