Ensured that the htaccess file is moved to the dir

This commit is contained in:
Ethan N. Paul 2017-12-21 18:28:08 -05:00
parent 4587a30cd0
commit c8d45b52f8
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Apache Deployment:
- rm ./web.config
- rm ./.gitlab-ci.yml
- cp -r ./* /var/www/html/enpaul.new/
- cp ./.htaccess /var/www/html/enpaul.new/
- mv /var/www/html/enpaul /var/www/html/enpaul.old
- mv /var/www/html/enpaul.new /var/www/html/enpaul
- rm -r /var/www/html/enpaul.old