Skip to content

Commit

Permalink
Update encryption.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Nov 22, 2024
1 parent 5f7ee64 commit c48522f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Instance Deployment

on:
push:
branches: [main]
branches: [encryption]

jobs:
deploy:
Expand All @@ -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/"
Expand Down

0 comments on commit c48522f

Please sign in to comment.