Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing htaccess
  • Loading branch information
Evan Langlais committed Feb 7, 2019
1 parent c4e7634 commit 2f2e535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .htaccess

This file was deleted.

1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -50,5 +50,6 @@ node {
sh 'rm -rf /var/www/html/' + env.BRANCH_NAME
sh 'mkdir /var/www/html/' + env.BRANCH_NAME
sh 'cp -r dist/. /var/www/html/' + env.BRANCH_NAME + '/'
sh 'cp /var/www/html/.htaccess-template /var/www/html/' + env.BRANCH_NAME + '/.htaccess'
}
}

0 comments on commit 2f2e535

Please sign in to comment.