Skip to content
Snippets Groups Projects
Commit b7a75e34 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

update

parent 982faeee
Branches main
No related tags found
No related merge requests found
...@@ -514,8 +514,8 @@ build:prod:wiki: ...@@ -514,8 +514,8 @@ build:prod:wiki:
- WIKI_POD=$(kubectl --namespace ${KUBE_NAMESPACE} get pods -l "app.kubernetes.io/name=df-wiki" --output jsonpath='{.items[0].metadata.name}') - WIKI_POD=$(kubectl --namespace ${KUBE_NAMESPACE} get pods -l "app.kubernetes.io/name=df-wiki" --output jsonpath='{.items[0].metadata.name}')
- echo ${WIKI_POD} - echo ${WIKI_POD}
- kubectl --namespace ${KUBE_NAMESPACE} exec ${WIKI_POD} -- rsync -avz /public-website/ /usr/share/nginx/html/ - kubectl --namespace ${KUBE_NAMESPACE} exec ${WIKI_POD} -- rsync -avz /public-website/ /usr/share/nginx/html/
deploy:dev: deploy:dev:
extends: .deploy extends: .deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment