Update deploy-dev.yaml
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 45s
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 45s
This commit is contained in:
parent
da1430ebc3
commit
71d9c2e670
@ -45,3 +45,11 @@ jobs:
|
|||||||
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
|
cat functions/src/email/sendEmail.ts
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
npm install -g typescript
|
||||||
|
cd functions
|
||||||
|
npm install
|
||||||
|
npx tsc
|
||||||
|
cd ..
|
||||||
|
ls -la
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user