From c48522ffaecdf6547a86bca9c330d393b2c488cd Mon Sep 17 00:00:00 2001 From: Joshua Murithi Date: Fri, 22 Nov 2024 13:01:27 +0300 Subject: [PATCH] Update encryption.yml --- .github/workflows/encryption.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/encryption.yml b/.github/workflows/encryption.yml index eed8cbd..6212a7a 100644 --- a/.github/workflows/encryption.yml +++ b/.github/workflows/encryption.yml @@ -2,7 +2,7 @@ name: Test Instance Deployment on: push: - branches: [main] + branches: [encryption] jobs: deploy: @@ -26,7 +26,7 @@ jobs: # Clone repository git config --global --add safe.directory "$deploy_dir" - git clone -b main https://github.com/palladiumkenya/ushauri_api.git "$deploy_dir" + git clone -b encryption https://github.com/palladiumkenya/ushauri_api.git "$deploy_dir" # Copy configuration files cp /apps/configs/ushauri_api_encryption/.env "$deploy_dir/"