Update .drone.yml
Mtu adicionado em tudo!
This commit is contained in:
parent
e1961fbf43
commit
84bc63cb03
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ steps:
|
||||||
PASSWORD_PEPPER: { from_secret: PASSWORD_PEPPER }
|
PASSWORD_PEPPER: { from_secret: PASSWORD_PEPPER }
|
||||||
NEXT_PUBLIC_API_URL: { from_secret: NEXT_PUBLIC_API_URL }
|
NEXT_PUBLIC_API_URL: { from_secret: NEXT_PUBLIC_API_URL }
|
||||||
NEXT_PUBLIC_BACKOFFICE_URL: { from_secret: NEXT_PUBLIC_BACKOFFICE_URL }
|
NEXT_PUBLIC_BACKOFFICE_URL: { from_secret: NEXT_PUBLIC_BACKOFFICE_URL }
|
||||||
|
MTU: { from_secret: MTU }
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# 1. Gera o arquivo .env garantindo que contenha as variáveis necessárias (incluindo as _DEV)
|
# 1. Gera o arquivo .env garantindo que contenha as variáveis necessárias (incluindo as _DEV)
|
||||||
- touch .env.k8s
|
- touch .env.k8s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue