That didnt work

This commit is contained in:
Aram 🍐 2019-10-26 15:39:19 -04:00
parent b2a2657e23
commit d6e708913e
4 changed files with 1 additions and 5 deletions

View file

@ -61,7 +61,7 @@ infra:deploy:
# Deploy infra manifests directly
- cd ${INFRA_SRC}/
- kubectl apply -R -f manifests/
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/
only:
refs:
- master