Get the list of devices:
sudo diskutil list
Find which is the SD card, then run:
This is how I configured the deploy of my rails apps to AWS Elastic Beanstalk through CircleCI 1.0.
If you are using the Circle CI 2.0, take a look at this article from ryansimms
On Project Settings > Environment Variables add this keys:
#!/bin/bash | |
BLACK='\033[0;30m' | |
DARK_GRAY='\033[1;30m' | |
BLUE='\033[0;34m' | |
LIGHT_BLUE='\033[1;34m' | |
GREEN='\033[0;32m' | |
LIGHT_GREEN='\033[1;32m' | |
CYAN='\033[0;36m' | |
LIGHT_CYAN='\033[1;36m' |