mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-04 16:10:12 +05:30
Another fix for deployment script
This commit is contained in:
parent
2d418de17e
commit
12ed3b1a9f
@ -37,8 +37,6 @@ deploy:
|
|||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: |
|
script: |
|
||||||
sftp deploy@account.ely.by << EOL
|
sftp deploy@account.ely.by <<< "put -r $TRAVIS_BUILD_DIR/dist/* accounts-frontend/"
|
||||||
put -r $TRAVIS_BUILD_DIR/dist/* accounts-frontend/
|
|
||||||
EOL
|
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user