Update deploy-dev.yaml
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 42s

This commit is contained in:
Benoy Bose 2025-05-26 20:08:07 +05:30
parent a89168bb74
commit be7470f1e4

View File

@ -47,7 +47,7 @@ jobs:
- name: "Replace #{SERVICES_RGN}# in all .ts files"
run: |
find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} +
cat functions/src/email/sendEmail.ts
- name: Build
run: |
npm install -g typescript