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

Add support for resuming uploads #24

Closed
pocketarc opened this issue Jul 26, 2013 · 1 comment
Closed

Add support for resuming uploads #24

pocketarc opened this issue Jul 26, 2013 · 1 comment

Comments

@pocketarc
Copy link
Owner

Create a DEPLOY_RESUME_[project]_[hostname] file in the same directory as the deploy.ini while uploading. That file should be updated with every file that's uploaded (and the commit hash that is being deployed). This will allow for resuming deployments.

The file is deleted when deployment is over, obviously.

When hitting "deploy", if it finds a resume file, it'll resume the upload, finish the upload, and THEN continue deploying new commits.

@pocketarc
Copy link
Owner Author

Not necessary; the only reason I needed it was because I had problems sometimes with files that would cause the upload to stop, but I've since resolved this issue.

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