From 798cd47af6cf802c5c950542ac661bde9c173498 Mon Sep 17 00:00:00 2001 From: Joshua Murithi Date: Tue, 2 Jul 2024 11:57:47 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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