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

A posibility to deploy a specific folder from the repository #384

Closed
danielzzz opened this issue Dec 18, 2020 · 2 comments
Closed

A posibility to deploy a specific folder from the repository #384

danielzzz opened this issue Dec 18, 2020 · 2 comments

Comments

@danielzzz
Copy link

danielzzz commented Dec 18, 2020

this is related to #224 but I think it's not the same.

In my project I have a dist directory (which is also stored in git)

I would like to deploy only the CONTENT (diff) of the dist directory (not the directory itself).

this is because I have a limited ftp access which points directly to the dist directory on the server.

is it possible?

thanks, kind regards
dan

@danielzzz danielzzz changed the title Posibility upload specific folder from repository A posibility to deploy a specific folder from the repository Dec 18, 2020
@banago
Copy link
Owner

banago commented Dec 31, 2020

I think we have support for that. Add this to your phploy.ini:

base = 'dist/'

Let me know how it goes.

@banago
Copy link
Owner

banago commented Jan 3, 2021

Seems there is an issue with the base option. Let's continue the discussion on #373

@banago banago closed this as completed Jan 3, 2021
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

2 participants