From da1430ebc3e305cd0e0b819fb9e3c7a4d75c6b73 Mon Sep 17 00:00:00 2001 From: Benoy Bose Date: Fri, 25 Apr 2025 18:54:56 +0530 Subject: [PATCH] Update deploy-dev.yaml --- .gitea/workflows/deploy-dev.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml index 8fbe0fc..c59b209 100644 --- a/.gitea/workflows/deploy-dev.yaml +++ b/.gitea/workflows/deploy-dev.yaml @@ -42,4 +42,6 @@ jobs: sed -i "s/#{AWS_REGION}#/${{ secrets.AWS_REGION }}/" functions/.env cat functions/.env - name: "Replace #{SERVICES_RGN}# in all .ts files" - run: find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} + + run: | + find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} + + cat functions/src/email/sendEmail.ts