Deploy the website #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Differents ways for deploying this website:
Ways to deploy
deploy using kubernetes
deploy using gitlab pages
We create a repository on gitlab and use the "gitlab page" feature to deploy and serve. We must unconfigure the current website and configure a new one. Maybe we should then remove this repository.
How-to
using kubernetes
Build a docker image locally
Prepare a Dockerfile which will serve the website locally.
The image should build on your laptop and you can run it, something like
docker run --rm -p 127.0.0.1:5000:80 the_new_image
, you should get the website on localhost:5000Configure drone or gitea action to build it
Add .drone.yaml or github/gitea workflow to: