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

Mount takes git URL #5

Open
4 tasks
digitalextremist opened this issue May 7, 2019 · 1 comment
Open
4 tasks

Mount takes git URL #5

digitalextremist opened this issue May 7, 2019 · 1 comment
Assignees
Milestone

Comments

@digitalextremist
Copy link
Contributor

digitalextremist commented May 7, 2019

The only thing a mount command ought to need is a git URL it has access to, a branch if not master ... and then:

  • Pulls the updates from the branch
  • Loads up Artillery::Mountpoint
  • Periodically checks for updates to branch
  • Or receives reload signal from development environment
@digitalextremist digitalextremist self-assigned this May 7, 2019
@digitalextremist digitalextremist added this to the MVP milestone May 7, 2019
@digitalextremist
Copy link
Contributor Author

Since all that Mountpoint does is .run so far, it makes sense for that to be a command invoked as the main point of a Dockerfile ... or for just the command artillery-mountpoint being invoked in the PWD of a repository causing it to activate as launch site.

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