Skip to content

Commit

Permalink
Adding robots.txt & sitemap.xml to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
pdweinstein committed Feb 3, 2021
1 parent df3a7a2 commit bafc34e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/deploy.sh
Expand Up @@ -7,6 +7,8 @@ if [[ -z "$1" ]]; then
elif [[ $1 == "prod" ]]; then

# Sync from home/repo to prod
rsync -a --delete /home/pdw/dev.weinstein.org/www/sitemap.xml /var/www/html/sitemap.xml;
rsync -a --delete /home/pdw/dev.weinstein.org/www/robots.txt /var/www/html/robots.txt;
rsync -a --delete /home/pdw/dev.weinstein.org/www/index.php /var/www/html/index.php;
rsync -a --delete /home/pdw/dev.weinstein.org/www/after-dark/ /var/www/html/after-dark;
rsync -a --delete /home/pdw/dev.weinstein.org/lib/ /var/www/lib;
Expand Down

0 comments on commit bafc34e

Please sign in to comment.