diff --git a/Dockerfile b/Dockerfile index cc66541..89aec4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ FROM nginx -COPY . /usr/share/nginx/html \ No newline at end of file +COPY index.html style.css /usr/share/nginx/html/ +COPY img /usr/share/nginx/html/img +COPY theme /usr/share/nginx/html/theme +COPY assets /usr/share/nginx/html/assets \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b458849 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +PATH_VERSION = 8 + +TAG = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATH_VERSION) + +build: + docker build . -t orangepunk-html:$(TAG) + docker tag orangepunk-html:$(TAG) us-west4-docker.pkg.dev/nixernetes/images/orangepunk-html:$(TAG) + +deploy: build + docker push us-west4-docker.pkg.dev/nixernetes/images/orangepunk-html:$(TAG) + cat kubernetes.yaml.tmpl | sed 's/TAG/$(TAG)/' > kubernetes.yaml + kubectl apply -f kubernetes.yaml \ No newline at end of file diff --git a/assets/character-sheet.pdf b/assets/character-sheet.pdf new file mode 100644 index 0000000..0a4c29b Binary files /dev/null and b/assets/character-sheet.pdf differ diff --git a/assets/rule-book-roles.pdf b/assets/rule-book-roles.pdf new file mode 100644 index 0000000..9d92e30 Binary files /dev/null and b/assets/rule-book-roles.pdf differ diff --git a/assets/rule-book.pdf b/assets/rule-book.pdf new file mode 100644 index 0000000..04a3c4b Binary files /dev/null and b/assets/rule-book.pdf differ diff --git a/index.html b/index.html index 97a4710..a965c62 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -9,6 +10,13 @@ + +

Prove yourself. Hack the ...

@@ -17,56 +25,184 @@
-