diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc08eae..215fe16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: # Copy configuration files cp /apps/workflowConfigs/payments-aggregator/mpesa-config.json "$deploy_dir/" + cp /apps/workflowConfigs/payments-aggregator/.env "$deploy_dir/" # Build and run Docker container docker stop payments_aggregator || true