Skip to content

Commit 3f8e7b6

Browse files
committed
ci: fix
1 parent ea58760 commit 3f8e7b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Deploy
122122
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
124124
/tmp/kubectl -n faster rollout status deployment oteldb otelproxy --timeout=10m
125125
otel:
126126
environment: prod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
DOCKER_CLI_EXPERIMENTAL: "enabled"
1717

1818
jobs:
19-
run:
19+
oteldb:
2020
runs-on: ubuntu-latest
2121
steps:
2222
# https://goreleaser.com/ci/actions/

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ release:
4848

4949
extra_files:
5050
# cosign key
51-
- glob: "go-faster.pub"
51+
- glob: "cosign.pub"
5252

5353
dockers:
5454
# https://goreleaser.com/customization/docker/

0 commit comments

Comments
 (0)