ajuste no drone
This commit is contained in:
parent
5a0cfef224
commit
c372445317
1 changed files with 1 additions and 3 deletions
|
|
@ -78,9 +78,7 @@ steps:
|
|||
- kubectl -n gohorsejobsdev create secret generic backend-secrets --from-env-file=.env.k8s
|
||||
- kubectl -n gohorsejobsdev delete secret harbor-registry --ignore-not-found
|
||||
- kubectl -n gohorsejobsdev create secret docker-registry harbor-registry
|
||||
--docker-server=in.gohorsejobs.com
|
||||
--docker-username=$HARBOR_USERNAME
|
||||
--docker-password=$HARBOR_PASSWORD
|
||||
- kubectl -n gohorsejobsdev create secret docker-registry harbor-registry --docker-server=in.gohorsejobs.com --docker-username=$HARBOR_USER --docker-password=$HARBOR_PASS
|
||||
|
||||
- name: deploy-apps
|
||||
image: bitnami/kubectl:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue