diff --git a/.github/workflows/publish-ldap-sync.yml b/.github/workflows/publish-ldap-sync.yml index b404da5c..25990197 100644 --- a/.github/workflows/publish-ldap-sync.yml +++ b/.github/workflows/publish-ldap-sync.yml @@ -4,7 +4,7 @@ on: push: branches: [main] paths: - - "tdrive/utils/ldap-sync/**" + - "tdrive/backend/utils/ldap-sync/**" - "tdrive/docker/**" jobs: diff --git a/tdrive/backend/utils/ldap-sync/.env.example b/tdrive/backend/utils/ldap-sync/.env.example index 9c2c3e54..d6942f2f 100644 --- a/tdrive/backend/utils/ldap-sync/.env.example +++ b/tdrive/backend/utils/ldap-sync/.env.example @@ -3,4 +3,4 @@ LDAP_BIND_DN= LDAP_BIND_CREDENTIALS= LDAP_SEARCH_BASE=dc=example,dc=com LDAP_SEARCH_FILTER=(objectClass=inetorgperson) -API_URL=http://tdrive:4000/api/sync \ No newline at end of file +API_URL=http://tdrive:4000/api/sync