Closed revolunet closed 2 years ago
In the autodevops template, config.pg will progressively replace the existing azurepg flag.
config.pg
azurepg
This one doesnt adds a create-db job. (it expects a previous actions/create-db run.)
actions/create-db
Note: the apps attached secrets names still rely on env.PG_USER_SECRET_PREFIX which should now be set as pg-user
env.PG_USER_SECRET_PREFIX
pg-user
:tada: This PR is included in version 9.18.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
In the autodevops template,
config.pg
will progressively replace the existingazurepg
flag.This one doesnt adds a create-db job. (it expects a previous
actions/create-db
run.)Note: the apps attached secrets names still rely on
env.PG_USER_SECRET_PREFIX
which should now be set aspg-user