planetary-social / rooms-frontend

MIT License
4 stars 2 forks source link

update ansible playbook for building go-ssb-rooms and view front end #23

Closed rabble closed 1 year ago

mplorentz commented 2 years ago

See also https://github.com/planetary-social/infrastructure/issues/28

danlatorre commented 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.

chereseeriepa commented 1 year ago

This ansible script handles deploying rooms: https://github.com/planetary-social/ansible-scripts/pull/9. What it currently needs is:

chereseeriepa commented 1 year ago

Dependant on: https://github.com/planetary-social/rooms-frontend/issues/56

chereseeriepa commented 1 year ago
chereseeriepa commented 1 year ago

Zach is working on this now

rabble commented 1 year ago

Need to check in with Zach about the status of this.

cooldracula commented 1 year ago

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.

boreq commented 1 year ago

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.

chereseeriepa commented 1 year ago

Not sure why it was assigned to you @boreq 🤷 Dont think it requires anything from you