Deployment config file (#310)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..08e79d7
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,2 @@
+publish:
+  whoami: asf-site
\ No newline at end of file
diff --git a/package.json b/package.json
index 75ccbda..038af69 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,10 @@
   "main": "none.js",
   "scripts": {
     "build": "npm install && hugo",
-    "build-with-docs": "npm install && npm run docs && npm run team && hugo && cp ./.htaccess ./public",
+    "build-with-docs": "npm install && npm run docs && npm run team && hugo && npm run cp",
     "docs": "node ./docs.js",
     "team": "node ./scripts/team.js",
+    "cp": "cp ./.htaccess ./public && cp ./.asf.yaml ./public",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {