diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5020011a..7db3987c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -14,7 +14,7 @@ name: Build and Deploy to GKE on: push: branches: - - main + - feat/pipeline env: ARTIFACTORY_HOST: europe-west4-docker.pkg.dev diff --git a/.pipeline/deployment.yaml b/.pipeline/deployment.yaml index ed6938a9..3134097a 100644 --- a/.pipeline/deployment.yaml +++ b/.pipeline/deployment.yaml @@ -28,4 +28,4 @@ spec: - name: AGENT_APPLICATION_HOST value: "https://dev.impierce.com/unicore/" - name: AGENT_STORE_DB_CONNECTION_STRING - value: "postgresql://${{ secrets.db_user }}:${{ secrets.db_pass }}@pg-release-postgresql.default:5432/unicore" + value: "postgresql://${{ secrets.DB_USER }}:${{ secrets.DB_PASS }}@pg-release-postgresql.default:5432/unicore"