Update deploy-dev.yaml
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 42s
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 42s
This commit is contained in:
parent
a89168bb74
commit
be7470f1e4
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: "Replace #{SERVICES_RGN}# in all .ts files"
|
- name: "Replace #{SERVICES_RGN}# in all .ts files"
|
||||||
run: |
|
run: |
|
||||||
find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} +
|
find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} +
|
||||||
cat functions/src/email/sendEmail.ts
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
npm install -g typescript
|
npm install -g typescript
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user