Modification to use recursive copy in apache deployment

This commit is contained in:
Ethan N. Paul 2017-12-21 17:45:35 -05:00
parent 6799f7d168
commit f04d15bcf2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Apache Deployment:
- rm ./deploy.ps1
- rm ./web.config
- rm -r ./_archive
- cp ./* /var/www/html/enpaul.new/
- cp -r ./* /var/www/html/enpaul.new/
- mv -r /var/www/html/enpaul /var/www/html/enpaul.old
- mv -r /var/www/html/enpaul.new /var/www/html/enpaul
- rm -r /var/www/html/enpaul.old