Skip to content

Commit

Permalink
uppercase creds
Browse files Browse the repository at this point in the history
  • Loading branch information
joris committed Jan 11, 2024
1 parent 6a016bb commit 7b12630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Build and Deploy to GKE
on:
push:
branches:
- main
- feat/pipeline

env:
ARTIFACTORY_HOST: europe-west4-docker.pkg.dev
Expand Down
2 changes: 1 addition & 1 deletion .pipeline/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7b12630

Please sign in to comment.