mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
4 lines
141 B
Bash
4 lines
141 B
Bash
#!/bin/bash
|
|
middleman build
|
|
aws s3 sync /app/build s3://${AWS_S3_BUCKET}/apidocs/docker-cloud/ --delete --acl public-read --region us-east-1
|