update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0440b1cba4
commit
3882283ccd
|
@ -30,7 +30,8 @@ steps:
|
|||
kubernetes_token:
|
||||
from_secret: kubernetes_token
|
||||
commands:
|
||||
- echo ` + ApiProductionDeploy + ` | kubectl apply -f -
|
||||
- |-
|
||||
echo ` + ApiProductionDeploy + ` | kubectl apply -f -
|
||||
# - kubectl wait --for=condition=Ready --timeout=300s -f deploy/deployment.yaml
|
||||
`
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@ steps:
|
|||
kubernetes_token:
|
||||
from_secret: kubernetes_token_test
|
||||
commands:
|
||||
- echo ` + ApiTestDeploy + ` | kubectl apply -f -
|
||||
- |-
|
||||
echo ` + ApiTestDeploy + ` | kubectl apply -f -
|
||||
# - kubectl wait --for=condition=Ready --timeout=300s -f deploy/deployment.yaml
|
||||
`
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@ steps:
|
|||
kubernetes_token:
|
||||
from_secret: kubernetes_token
|
||||
commands:
|
||||
- echo ` + ServiceProductionDeploy + ` | kubectl apply -f -
|
||||
- |-
|
||||
echo ` + ServiceProductionDeploy + ` | kubectl apply -f -
|
||||
# - kubectl wait --for=condition=Ready --timeout=300s -f deploy/deployment.yaml
|
||||
`
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@ steps:
|
|||
kubernetes_token:
|
||||
from_secret: kubernetes_token_test
|
||||
commands:
|
||||
- echo ` + ServiceTestDeploy + ` | kubectl apply -f -
|
||||
- |-
|
||||
echo ` + ServiceTestDeploy + ` | kubectl apply -f -
|
||||
# - kubectl wait --for=condition=Ready --timeout=300s -f deploy/deployment.yaml
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue