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

Fix pod name

parent 954b5aee
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ production_deploy:
- kubectl apply -f "$AWS_ROUTE53_CREDS"
- kubectl apply -f kubernetes.yaml
- kubectl wait --for=condition=ready pod -l app=tls-tracking-webserver
- kubectl cp public $(kubectl get pod -l app=tls-tracking-webserver -o name):/var/www/
- kubectl cp public $(kubectl get pod -l app=tls-tracking-webserver -o name | cut -d '/' -f2):/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