Modification to use recursive copy in apache deployment
This commit is contained in:
parent
6799f7d168
commit
f04d15bcf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user