Skip to content

Commit

Permalink
Avoid deleted files from release build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 13, 2018
1 parent df4705e commit a5542d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -26,8 +26,6 @@ env:
- GECKODRIVER_VERSION=0.19.1
- PHANTOMJS_VERSION=2.1.1
before_install:
- openssl aes-256-cbc -K $encrypted_a33f2fb5219d_key -iv $encrypted_a33f2fb5219d_iv -in website/deploy.pem.enc -out deploy.pem -d
- chmod 600 deploy.pem
- sudo dpkg --add-architecture i386
- sudo apt-get -qq update
- sudo apt-get install wine1.6
Expand Down
5 changes: 3 additions & 2 deletions website/deploy.sh
Expand Up @@ -2,5 +2,6 @@
cd ${0%/*}
yarn
yarn build
ls ../
scp -i ../deploy.pem -o StrictHostKeyChecking=no -r build cdiesh@jbrowse.org:~/
openssl aes-256-cbc -K $encrypted_a33f2fb5219d_key -iv $encrypted_a33f2fb5219d_iv -in deploy.pem.enc -out deploy.pem -d
chmod 600 deploy.pem
scp -i deploy.pem -o StrictHostKeyChecking=no -r build cdiesh@jbrowse.org:~/

0 comments on commit a5542d7

Please sign in to comment.