# deployment-api-rs Example `config.extension` file to be created in `etc` sub-directory of working directory of this microservice: ```yaml --- bind: port: apps: example-website.tld/optional_domain_path: AUTH_TOKEN: SECRET: REDEPLOYMENT_COMMAND: HASH_HEADER_KEY: HASH_FUNCTION: HASH_ENCODING: HASH_PREFIX: ``` Then configure your webhook to send trigger similar to below request: ```sh curl -X POST -H "x-gitea-signature: " --data-binary "@/path/to/some/payload" "https://example-website.tld/optional_domain_path/deploy?auth_token=" ``` Configure reverse proxy to re-direct `/deploy` endpoint requests to this microservice port.