diff --git a/build.sh b/build.sh
index 41a1edf..bcbacb4 100755
--- a/build.sh
+++ b/build.sh
@@ -11,3 +11,5 @@ MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix phx.gen.release
MIX_ENV=prod mix release --overwrite
+
+_build/prod/rel/ppr_api/bin/ppr_api eval "PprApi.Release.migrate"
diff --git a/priv/static/favicon-91f37b602a111216f1eef3aa337ad763.ico b/priv/static/favicon-91f37b602a111216f1eef3aa337ad763.ico
deleted file mode 100644
index 7f372bf..0000000
Binary files a/priv/static/favicon-91f37b602a111216f1eef3aa337ad763.ico and /dev/null differ
diff --git a/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg b/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg
deleted file mode 100644
index 9f26bab..0000000
--- a/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg.gz b/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg.gz
deleted file mode 100644
index d8d1f38..0000000
Binary files a/priv/static/images/logo-06a11be1f2cdde2c851763d00bdd2e80.svg.gz and /dev/null differ
diff --git a/priv/static/images/logo.svg b/priv/static/images/logo.svg
deleted file mode 100644
index 9f26bab..0000000
--- a/priv/static/images/logo.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/priv/static/images/logo.svg.gz b/priv/static/images/logo.svg.gz
deleted file mode 100644
index d8d1f38..0000000
Binary files a/priv/static/images/logo.svg.gz and /dev/null differ
diff --git a/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt b/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt
deleted file mode 100644
index 26e06b5..0000000
--- a/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
-#
-# To ban all spiders from the entire site uncomment the next two lines:
-# User-agent: *
-# Disallow: /
diff --git a/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt.gz b/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt.gz
deleted file mode 100644
index a1d6ca8..0000000
Binary files a/priv/static/robots-9e2c81b0855bbff2baa8371bc4a78186.txt.gz and /dev/null differ
diff --git a/priv/static/robots.txt.gz b/priv/static/robots.txt.gz
deleted file mode 100644
index a1d6ca8..0000000
Binary files a/priv/static/robots.txt.gz and /dev/null differ
diff --git a/rel/overlays/bin/migrate b/rel/overlays/bin/migrate
deleted file mode 100755
index 02e59b9..0000000
--- a/rel/overlays/bin/migrate
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -eu
-
-cd -P -- "$(dirname -- "$0")"
-exec ./ppr_api eval PprApi.Release.migrate
diff --git a/rel/overlays/bin/migrate.bat b/rel/overlays/bin/migrate.bat
deleted file mode 100755
index f1a1511..0000000
--- a/rel/overlays/bin/migrate.bat
+++ /dev/null
@@ -1 +0,0 @@
-call "%~dp0\ppr_api" eval PprApi.Release.migrate
diff --git a/rel/overlays/bin/server b/rel/overlays/bin/server
deleted file mode 100755
index ca04e07..0000000
--- a/rel/overlays/bin/server
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -eu
-
-cd -P -- "$(dirname -- "$0")"
-PHX_SERVER=true exec ./ppr_api start
diff --git a/rel/overlays/bin/server.bat b/rel/overlays/bin/server.bat
deleted file mode 100755
index cdf1281..0000000
--- a/rel/overlays/bin/server.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-set PHX_SERVER=true
-call "%~dp0\ppr_api" start