Skip to content
Snippets Groups Projects
Verified Commit 7e5b61f7 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Get name of target pod

parent d4a7aa41
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ production_deploy:
- kubectl -n $NAMESPACE apply -f "$AWS_ROUTE53_CREDS"
- kubectl -n $NAMESPACE apply -f kubernetes.yaml
- kubectl -n $NAMESPACE wait --for=condition=ready pod -l app=tls-tracking-webserver
- kubectl -n $NAMESPACE cp public deploy/tls-tracking-webserver:/var/www/
- kubectl -n $NAMESPACE cp public $(kubectl -n $NAMESPACE get pod -l app=tls-tracking-webserver -o name):/var/www/
environment:
name: Production
......
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