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/"