-
Notifications
You must be signed in to change notification settings - Fork 380
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
Deploy dist/build folder only #410
Comments
Hi @edemking I had some issues but went through the docs and saw you can do this by adding this commands on the "with" call
This should help you out and you can close this issue... Thank You |
Hello!
Here's my code: with:
server: ${{ secrets.ftp_host }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: public_html/
local-dir: ./dist/ |
I really did not create an FTP account to make use of this, I used my server username and password, it worked just fine, and please verify you are not ignoring the dist file and also please verify you are using yarn and not npm yarn uses dist while npm uses build Please verify your build folder name I hope this helps |
@quiet-programmer your solution worked for me. Thanks for the help. |
No problem at all, you can go ahead to close this issue now |
Great... in the absence of any other problem, I am closing the issue. |
Hi there,
There comes a time you would like to deploy just the built files only.
Even as you have "Build and Publish React/Angular/Vue Website" there could be a request by someone to deploy to a different server and you may want to deploy just the built files.
How can that be done?
Please help.
The text was updated successfully, but these errors were encountered: