From f24de43a5024f5f52104a29dbd47863795a281be Mon Sep 17 00:00:00 2001 From: brycecoon <112597142+brycecoon@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:10:02 -0600 Subject: [PATCH] changed sql file path --- .github/workflows/brycerunner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/brycerunner.yml b/.github/workflows/brycerunner.yml index ff2e9b8..e189d74 100644 --- a/.github/workflows/brycerunner.yml +++ b/.github/workflows/brycerunner.yml @@ -27,7 +27,7 @@ jobs: ls -la docker build -t 144.17.92.12:5000/bryce2/blazor-web:1 . docker push 144.17.92.12:5000/bryce2/blazor-web:1 - kubectl -n bryce2 create configmap blazor-web-postgres-init --from-file=./TestTicket/20240215.01.21.01.sql + # kubectl -n bryce2 create configmap blazor-web-postgres-init --from-file=./TestTicket/20240215.01.21.01.sql cd kube-configs kubectl -n bryce2 delete configmap otel-config || true