Add database secret for Drone CI

closes #388
This commit is contained in:
2022-03-12 15:05:16 -06:00
parent 9187985acc
commit b270a2c1fd
3 changed files with 21 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ template "#{deploy_path}/docker-compose.yml" do
client_id: credentials['client_id'],
client_secret: credentials['client_secret'],
rpc_secret: credentials['rpc_secret'],
database_secret: credentials['database_secret'],
postgres: postgres_config,
max_procs: 4
notifies :restart, "systemd_unit[drone.service]", :delayed