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
b40201cf93
commit
2d3c967037
@ -29,3 +29,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sed -i "s/#{MAILGUN_API_KEY}#/${MAILGUN_API_KEY}/" functions/.env
|
sed -i "s/#{MAILGUN_API_KEY}#/${MAILGUN_API_KEY}/" functions/.env
|
||||||
sed -i "s/#{MAILGUN_SERVER}#/${MAILGUN_SERVER}/" functions/.env
|
sed -i "s/#{MAILGUN_SERVER}#/${MAILGUN_SERVER}/" functions/.env
|
||||||
|
sed -i "s/#{MAILGUN_FROM_ADDRESS}#/${MAILGUN_FROM_ADDRESS}/" functions/.env
|
||||||
|
cat functions/.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user