Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployApp error #183

Open
mingchi21 opened this issue Dec 18, 2019 · 0 comments
Open

deployApp error #183

mingchi21 opened this issue Dec 18, 2019 · 0 comments

Comments

@mingchi21
Copy link

When I run deployApp it end with error. like this

Execution failed for task ':deployApp'.
scp -r /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/. [email protected]:www/fxlauncher exited with status 1

I have change scp command as following and run manually to get it work

scp -r /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/*
[email protected]:www/fxlauncher

So, how to change scp parameter from
/home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/.
to
/home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant