File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
branches :
3
3
only :
4
- - master
5
- - /^greenkeeper/.*$/
4
+ - master
5
+ - " /^greenkeeper/.*$/"
6
6
cache :
7
7
yarn : true
8
8
directories :
9
- - node_modules
9
+ - node_modules
10
10
notifications :
11
11
email : false
12
12
node_js :
13
- - node
13
+ - node
14
14
script :
15
- - npm run test:prod && npm run build
15
+ - npm run test:prod && npm run build
16
16
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
You can’t perform that action at this time.
0 commit comments