Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script for locally deploying previews to netlify #106

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "themes/hugo.386-ubuntu"]
path = themes/hugo.386-ubuntu
url = https://github.com/TristanDamron/hugo.386-Ubuntu-Theme-.git
[submodule "hugo-asciidoctor-plantuml"]
path = hugo-asciidoctor-plantuml
url = https://github.com/capsulecorplab/hugo-asciidoctor-plantuml.git
1 change: 1 addition & 0 deletions hugo-asciidoctor-plantuml
15 changes: 15 additions & 0 deletions netlify-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apt-get remove docker docker-engine docker.io containerd runc
apt-get update
apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

apt-get update
apt-get install docker-ce docker-ce-cli containerd.io

sh build.sh