Closed certik closed 5 years ago
The containers are now automatically built at https://gitlab.com/sympy/planet-sympy/container_registry, but I need to modify the name of it to be just planet-sympy:latest
, and then modify the url to pull from in https://gitlab.com/sympy/planet-sympy-updater, and we will be all set.
The planet.sympy.org now works.
I've updated the README in https://github.com/sympy/planet-sympy to document how the deployment works. Everything now runs on GitLab-CI, the docker hub is not used. This should make things more robust, as we can inspect what is happening by examining pipeline logs.
Right now the planet.sympy.org doesn't seem to be updated. The issue is that the docker image at Docker hub stopped being updated for some reason. So I am implementing a more robust solution in #91 that will use GitLab-CI to build the docker image, that way we can easily inspect it and trigger it if needed.