Closed rabble closed 1 year ago
Q: from Nov 21 sprint planning - Need to clarify how 'view front end' work is part of this and to what degree.
This ansible script handles deploying rooms: https://github.com/planetary-social/ansible-scripts/pull/9. What it currently needs is:
Zach is working on this now
Need to check in with Zach about the status of this.
This is addressed, indirectly, in https://github.com/planetary-social/rooms-frontend/issues/23
The suggestion in that PR is to containerize these applications via docker. Anytime you update the code, you would build a new docker image, tag it, and push it to your docker reposiotry.
To update any of these services on the host, you would run an ansible task that changes the docker tag used and restarts the service.
This containerized setup, and the ansible tasks, are included in the above PR. There are pr's for go-ssb-room(#2), graphql(#43), and the rooms-frontend(#130) to containerize each of these services.
This is assigned to me, presumably because of #56, but I am not sure if it should be at this point. If this is correct then I need some info on what I should work on here.
Not sure why it was assigned to you @boreq 🤷 Dont think it requires anything from you
See also https://github.com/planetary-social/infrastructure/issues/28