Another fix for deployment script

This commit is contained in:
ErickSkrauch 2019-03-11 00:25:15 +03:00
parent 2d418de17e
commit 12ed3b1a9f

View File

@ -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