fix filename
This commit is contained in:
parent
9d3552a90c
commit
fe0e940c5b
|
|
@ -65,7 +65,7 @@ pipelines:
|
||||||
name: Deploy to K8s
|
name: Deploy to K8s
|
||||||
deployment: production
|
deployment: production
|
||||||
script:
|
script:
|
||||||
- IMAGE="gcr.io/$GCLOUD_PROJECT/$BITBUCKET_REPO_SLUG:prod-0.1.$BITBUCKET_BUILD_NUMBER"
|
- IMAGE="gcr.io/$GCLOUD_PROJECT/linode-autoscaler:prod-0.1.$BITBUCKET_BUILD_NUMBER"
|
||||||
- sed -i "s|{{linode_autoscaler_image}}|$IMAGE|g" k8s/linode-autoscaler/webrtc-be-autoscaler.yaml
|
- sed -i "s|{{linode_autoscaler_image}}|$IMAGE|g" k8s/linode-autoscaler/webrtc-be-autoscaler.yaml
|
||||||
- sed -i "s|{{linode_autoscaler_image}}|$IMAGE|g" k8s/linode-autoscaler/coturn-autoscaler.yaml
|
- sed -i "s|{{linode_autoscaler_image}}|$IMAGE|g" k8s/linode-autoscaler/coturn-autoscaler.yaml
|
||||||
- pipe: atlassian/kubectl-run:1.1.2
|
- pipe: atlassian/kubectl-run:1.1.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue