Skip to content

Commit 34af017

Browse files
committed
Attempt publish with updated Gemfile/bundler version
Also adds slicer-up.sh experimental script for getting the blog running natively without Docker. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c1c862f commit 34af017

File tree

7 files changed

+874
-189
lines changed

7 files changed

+874
-189
lines changed

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.bundle/**
2+
/_site/**
3+
/tmp/**
4+
/slicer/**

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ _site
66
vendor
77
/tmp
88
/files.txt
9+
/slicer/**
10+
/*.img
11+
/vm_agent_secret

0 commit comments

Comments
 (0)