We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On runner, install
apt-get install python-pip pip install awscli
Then deployment script on ci.rtcamp.com must have following lines minimum
jekyll build export AWS_ACCESS_KEY_ID=ACCESS-KEY export AWS_SECRET_ACCESS_KEY=SECRET-KEY aws s3 sync --recursive _site/ s3://docs.rtcamp.com/
wp-content/uploads
aws s3 sync --recursive /var/www/docs.rtcamp.com/htdocs/wp-content/uploads/ s3://docs.rtcamp.com/wp-content/uploads/