Added more files
This commit is contained in:
Executable
+18
@@ -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
|
||||
Reference in New Issue
Block a user