mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
point to .s3cfg in current path
This commit is contained in:
@@ -5,8 +5,8 @@ before_install:
|
||||
- "sudo apt-get install -y s3cmd"
|
||||
- "sed --in-place 's/access_key/access_key = $AWS_ACCESS_KEY/' .s3cfg"
|
||||
- "sed --in-place 's/secret_key/secret_key = $AWS_SECRET_KEY/' .s3cfg"
|
||||
- "s3cmd get s3://progrium-private/ec2_cert.pem /tmp/cert"
|
||||
- "s3cmd get s3://progirum-private/ec2_pk.pem /tmp/pk"
|
||||
- "s3cmd -c .s3cfg get s3://progrium-private/ec2_cert.pem /tmp/cert"
|
||||
- "s3cmd -c .s3cfg get s3://progirum-private/ec2_pk.pem /tmp/pk"
|
||||
env:
|
||||
global:
|
||||
- EC2_CERT=/tmp/cert
|
||||
|
||||
Reference in New Issue
Block a user