Skip to content

Commit

Permalink
ci/cd: change path of vault secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
estafons committed Oct 3, 2024
1 parent c1ba78d commit 02d188f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
username: ${{ secrets.VAULT_USER }}
password: ${{ secrets.VAULT_PASSWORD }}
secrets: |
Projects/crowdsourcing/scify-installation-together/staging_sec_data/database db_name | DB_NAME ;
Projects/crowdsourcing/scify-installation-together/staging_sec_data/database db_user | DB_USER ;
Projects/crowdsourcing/scify-installation-together/staging_sec_data/database password | DB_PASSWORD ;
Projects/crowdsourcing/staging_sec_data/database db_name | DB_NAME ;
Projects/crowdsourcingstaging_sec_data/database db_user | DB_USER ;
Projects/crowdsourcing/staging_sec_data/database password | DB_PASSWORD ;


Expand Down

0 comments on commit 02d188f

Please sign in to comment.