Update deploy-dev.yaml
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 20s
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 20s
This commit is contained in:
parent
3d8e1c8db0
commit
b40201cf93
@ -24,3 +24,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy .env.example to .env
|
- name: Copy .env.example to .env
|
||||||
run: cp functions/.env.example functions/.env
|
run: cp functions/.env.example functions/.env
|
||||||
|
|
||||||
|
- name: Replace MAILGUN_API_KEY in .env
|
||||||
|
run: |
|
||||||
|
sed -i "s/#{MAILGUN_API_KEY}#/${MAILGUN_API_KEY}/" functions/.env
|
||||||
|
sed -i "s/#{MAILGUN_SERVER}#/${MAILGUN_SERVER}/" functions/.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user