@@ -5,6 +5,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "tdrive/utils/ldap-sync/**"
|
- "tdrive/utils/ldap-sync/**"
|
||||||
|
- "tdrive/docker/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-node:
|
publish-node:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ interface UserAttributes {
|
|||||||
|
|
||||||
dotenv.config();
|
dotenv.config();
|
||||||
|
|
||||||
console.log("Run script with the following env:");
|
console.log("Run script with the following env: ");
|
||||||
console.log(process.env);
|
console.log(process.env);
|
||||||
|
|
||||||
// LDAP server configuration
|
// LDAP server configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user