update todos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ayham 2021-07-30 07:48:29 +03:00
parent ff225070e4
commit 4a7bded35f
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
2 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ pub async fn db_connect(
pass: String,
) -> Result<tokio_postgres::Client, tokio_postgres::Error> {
/* Generate the requested string */
println!("{}", std::env::var("DB_HOST").unwrap());
let db_connect_str = format!(
"host={} port={} dbname={} user={} password={}",
std::env::var("DB_HOST").unwrap(),

View File

@ -20,8 +20,6 @@
## In progress
- configure drone ci
* [ ] wrap server deployment commands in docker
* [ ] wrap client deployment commands in docker
## Done