Skip to content

Commit

Permalink
Clone DB to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 15, 2023
1 parent 3c0ad51 commit e769f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ runs:
VERSION: ${{ inputs.version }}
CLOUDSDK_CORE_DISABLE_PROMPTS: "1"
CLOUDSDK_PYTHON_SITEPACKAGES: "1"
DATABASE_NAME: cfl_prod
DATABASE_HOST: ${{ inputs.database-host }}
DATABASE_NAME: cfl_dev
DATABASE_HOST: '/cloudsql/decent-digit-629:europe-west1:db-clone'
CACHE_PREFIX: ${{ env.MODULE_NAME }}-
AWS_ACCESS_KEY_ID: ${{ inputs.aws-access-key-id }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}
Expand Down

0 comments on commit e769f76

Please sign in to comment.