update
continuous-integration/drone/push Build is passing Details

master
icechen 2022-01-04 01:08:31 +08:00
parent 0440b1cba4
commit 3882283ccd
4 changed files with 8 additions and 4 deletions

View File

@ -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
`

View File

@ -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
`

View File

@ -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
`

View File

@ -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
`