1
0
Fork 0

S3 deploy

This commit is contained in:
Andrew Tomaka 2016-11-17 20:04:39 -05:00
parent 9f5779ea4a
commit ddca902793
3 changed files with 4 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/

View File

@ -1,7 +0,0 @@
FROM busybox
RUN mkdir /www
ADD index.html /www
VOLUME /www
CMD true

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
AWS_DEFAULT_REGION=us-east-2 aws s3 cp index.html s3://key.atomaka.com