openworm / org.wormsim.frontend

WormSim frontend bundle
Other
3 stars 8 forks source link

Automate WormSim deployment via docker #53

Open gidili opened 9 years ago

MichaelCurrie commented 9 years ago

Since we use Travis CI for continuous integration and testing, wouldn't it be better to use their tools for deployment instead of Jenkins? Just asking.

gidili commented 9 years ago

@MichaelCurrie I agree that if we manage to get the integrated solution to work all on the same platform it would be a better option. Travis supports a number of providers (same link as you have) and notably has integration with amazon instances via AWS Code deploy but it is somewhat limited, or at least hard to get to work - @tarelli tried but says it assumes you are deploying one repo and not many like we have (one per each geppetto bundle). Jenkins is much more flexible in the sense that you can just list your deployment steps with no limitations on what you can / cannot do in terms of commands.

slarson commented 7 years ago

Started this process today. Using this document as a guide. Committed a branch within initial contents to make this happen.

Next steps:

VahidGh commented 3 days ago

Hi,

Is it OK to start over the wormsim project with this issue?