Cleanup: remove unused Docker and deploy files#3604
Conversation
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Junya Okabe <junya.okabe.ig@gmail.com>
1c2bda3 to
28e5aaa
Compare
jihoon-seo
left a comment
There was a problem hiding this comment.
I agree with removing these files.
Separately from this PR, I think it would be nice to provide a local build and test environment as a container manifest (like Dockerfile), as it would free many people from the hassle of installing npm and Hugo and managing versions.
To achieve this, we can refer K8s docs repo:
Thanks, yes, I'll work on this in another PR :) |
Describe your changes
Remove legacy files from Hugo site migration that are not used in this project (cf. #229)
Dockerfile: Unused, just a template from Docsy themedocker-compose.yaml: Unused, too outdated configurationdeploy.sh: S3 deploy script for different project (bep.is), glossary project uses NetlifyRelated issue number or link (ex:
resolves #issue-number)N/A
Checklist before opening this PR (put
xin the checkboxes)git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfigby runninggit config --global alias.ci "commit -s".