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

Incremental code push support #32

Closed
jjuanmendoza opened this issue Apr 12, 2019 · 1 comment · Fixed by #174
Closed

Incremental code push support #32

jjuanmendoza opened this issue Apr 12, 2019 · 1 comment · Fixed by #174
Labels
enhancement New feature or request
Milestone

Comments

@jjuanmendoza
Copy link

jjuanmendoza commented Apr 12, 2019

@hnestmann @tobiaslohr
feel free to mark it as duplicate but this is what -to my view- we've concluded (After #20 discussion):
2 types of support

  • file detail level
    using a kind of deploymentinfo.json file as parameter (created from SCM info as a preprocess before calling sfcc-ci) that keeps track of every single file (vs last deployed code version) added/removeed/changed
  • cartridge level
    pushing the whole list (as parameter) of cartridges you wanna completely overwrite (no diff, just replace every cartridge in the list of the last deployed code version)
  • (there could be a folder level too)
    working as cartridge level one but only for listed cartridge (even using wildcards) +folder/subfolder (i.e. static folders)

Thanks

@tobiaslohr tobiaslohr added the enhancement New feature or request label Jun 25, 2019
@tobiaslohr tobiaslohr added this to the 3.0.x milestone Feb 20, 2020
@jjuanmendoza
Copy link
Author

b61bd25
thanks @jbachelet

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

Successfully merging a pull request may close this issue.

2 participants