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