diff --git a/.drone.yml b/.drone.yml index e84d5ac..5c4cb22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ steps: - make - make install - cd $DRONE_WORKSPACE - - mv /tmp/nginx-build/modules/* . + - mv /tmp/nginx-build/modules/* modules - tree - name: Verify config post build @@ -71,6 +71,8 @@ steps: - echo "" >> .ssh/id_ed25519 - chmod 600 .ssh/id_ed25519 environment: + NGINX_FINGERPRINT: + from_secret: NGINX_FINGERPRINT NGINX_DEPLOY_KEY: from_secret: NGINX_DEPLOY_KEY diff --git a/modules/ngx_http_headers_more_filter_module.so b/modules/ngx_http_headers_more_filter_module.so new file mode 100755 index 0000000..006f7ca Binary files /dev/null and b/modules/ngx_http_headers_more_filter_module.so differ