File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Deploy
122
122
run : |
123
- /tmp/kubectl apply -f .k8s/deployment.release. yml -f .k8s/service.yaml
123
+ /tmp/kubectl apply -f .k8s/deployment.yml -f .k8s/service.yaml
124
124
/tmp/kubectl -n faster rollout status deployment oteldb otelproxy --timeout=10m
125
125
otel :
126
126
environment : prod
Original file line number Diff line number Diff line change 16
16
DOCKER_CLI_EXPERIMENTAL : " enabled"
17
17
18
18
jobs :
19
- run :
19
+ oteldb :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
# https://goreleaser.com/ci/actions/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ release:
48
48
49
49
extra_files :
50
50
# cosign key
51
- - glob : " go-faster .pub"
51
+ - glob : " cosign .pub"
52
52
53
53
dockers :
54
54
# https://goreleaser.com/customization/docker/
You can’t perform that action at this time.
0 commit comments