Add deploy scripts and docker file.

This commit is contained in:
Anna Rose 2018-03-08 23:07:45 -05:00
parent 63e5147330
commit 1a497608e8
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A
3 changed files with 9 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx
COPY _site /usr/share/nginx/html

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
jekyll build
docker build -t cr.annabunch.es/annabunches-static .

3
push.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker push cr.annabunch.es/annabunches-static