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

dploy without GIT #94

Open
ghost opened this issue May 7, 2016 · 3 comments
Open

dploy without GIT #94

ghost opened this issue May 7, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented May 7, 2016

I really like this tool and I like using it. But, does anyone know if it's possible to deploy from the file system directly instead of git? I know that git is better but I just wanted to ask if it's possible or if there is some other tool available?

Thanks,
Philip

@ghost
Copy link
Author

ghost commented May 17, 2016

I might just use gulp-git to commit automatically before right before deploying. But still let me know if dploy could ever support deploying from the local file system.

@knostradamus
Copy link

+1
I'd love to be able to deploy my build. My source is already tracked in git and I would rather not track the build files.

@illycz
Copy link

illycz commented Oct 18, 2016

I use git but use this solution for build folder which is in gitignore:

dev:
    scheme: ftp
    host: host
    port: 21
    user: user
    pass: pass
    check: true
    path:
        local: dist/
    include:
        "dist/**/*": "/"

There is one essential problem, every deploy copy all dist folder :(

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