mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 01:52:04 +05:30
Another fix for deployment script
This commit is contained in:
parent
12ed3b1a9f
commit
811805a20d
@ -2,7 +2,10 @@ language: node_js
|
||||
node_js:
|
||||
- "11"
|
||||
|
||||
cache: yarn
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
addons:
|
||||
ssh_known_hosts: account.ely.by
|
||||
@ -36,7 +39,6 @@ before_deploy:
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: |
|
||||
sftp deploy@account.ely.by <<< "put -r $TRAVIS_BUILD_DIR/dist/* accounts-frontend/"
|
||||
script: echo "put -r $TRAVIS_BUILD_DIR/dist/* accounts-frontend/" | sftp deploy@account.ely.by
|
||||
on:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user