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