Added more files

This commit is contained in:
Nathan Schneider
2019-09-25 14:30:03 -06:00
parent 06905e0bd7
commit 0c7e309365
3 changed files with 55 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/sh
# medlabweb, by ntnsndr, v. 20190905
# Summary: Downloads medlab website from GitLab and uploads to university server
# Input: N/A
# Live inputs: CU password
# Output: Uploaded website
# Download files
git clone https://gitlab.com/medlabboulder/medlab-website.git
cd medlab-website
# Build
bundle exec jekyll build
bundle exec jekyll deploy
# Delete
cd ..
rm -rf medlab-website