mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-07-02 00:56:08 +00:00
mono font import from Contact/index.css to index.html; added explicit interpreter to bash script for travis; version bump
9 lines
165 B
Bash
9 lines
165 B
Bash
#!/bin/bash
|
|
mkdir -p ~/.aws
|
|
|
|
cat > ~/.aws/credentials << EOL
|
|
[default]
|
|
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
|
|
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}
|
|
EOL
|