Skip to content

Commit 6323fa9

Browse files
committed
Add deployment script with s3_website
1 parent f21191a commit 6323fa9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Icon
3535
# Files that might appear on external disk
3636
.Spotlight-V100
3737
.Trashes
38+
s3_website.yml

deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
echo "Building W&C landing page"
2+
jekyll build
3+
echo "Deploying website to s3"
4+
s3_website push

0 commit comments

Comments
 (0)