Update deploy-dev.yaml
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 19s
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 19s
This commit is contained in:
parent
dcee3e6af9
commit
da1430ebc3
@ -42,4 +42,6 @@ jobs:
|
|||||||
sed -i "s/#{AWS_REGION}#/${{ secrets.AWS_REGION }}/" functions/.env
|
sed -i "s/#{AWS_REGION}#/${{ secrets.AWS_REGION }}/" functions/.env
|
||||||
cat functions/.env
|
cat functions/.env
|
||||||
- name: "Replace #{SERVICES_RGN}# in all .ts files"
|
- 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user