Steps to fix deployment #2
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?
First check that jekyll can be reached using localhost:4000 in the container just by doing a
docker run -p 4000:4000 decentral1se/jekyll
and things are working. Then the deployment can take care of the HTTPS certificates issue and debugging can go on...For that to work, I need to:
Jekyll is being unreasonably difficult to deploy...