7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Branding
|
|
mv app/views/external/robots.txt public/robots.txt
|
|
mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html
|