Skip to content

Commit 787ffba

Browse files
build
1 parent f542e6b commit 787ffba

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.travis.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
language: node_js
22
branches:
33
only:
4-
- master
5-
- /^greenkeeper/.*$/
4+
- master
5+
- "/^greenkeeper/.*$/"
66
cache:
77
yarn: true
88
directories:
9-
- node_modules
9+
- node_modules
1010
notifications:
1111
email: false
1212
node_js:
13-
- node
13+
- node
1414
script:
15-
- npm run test:prod && npm run build
15+
- npm run test:prod && npm run build
1616
after_success:
17-
- npm run report-coverage
18-
- npm run deploy-docs
19-
- npm run semantic-release
20-
- npm run build:demo
21-
- echo "$SFTP_KEY" | base64 --decode >/tmp/sftp_rsa
22-
- eval "$(ssh-agent -s)"
23-
- chmod 600 /tmp/sftp_rsa
24-
- scp -o StrictHostKeyChecking=no -P $SFTP_PORT -i /tmp/sftp_rsa -r dist/demo/* $SFTP_USER@$SFTP_HOST:~/public_html/react-virtualized-table-demo/
17+
- npm run report-coverage
18+
- npm run deploy-docs
19+
- npm run semantic-release
20+
- npm run build:demo
21+
- eval "$(ssh-agent -s)"
22+
- scp -o StrictHostKeyChecking=no -P $SFTP_PORT -i /tmp/sftp_rsa -r dist/demo/* $SFTP_USER@$SFTP_HOST:~/public_html/react-virtualized-table-demo/
23+
before_install:
24+
- openssl aes-256-cbc -K $encrypted_22f2717050cf_key -iv $encrypted_22f2717050cf_iv
25+
-in sshkey.enc -out /tmp/sftp_rsa -d
26+
- chmod 0400 /tmp/sftp_rsa

sshkey.enc

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)