Skip to content
Snippets Groups Projects
Commit fc3fc964 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added aws config

parent 4abdbc21
No related branches found
No related tags found
No related merge requests found
Pipeline #9705 failed with stages
in 9 seconds
......@@ -38,7 +38,10 @@ prep-deploy:
name: $TARGET_ENV
script:
- export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
- apt-get update && apt-get install -y awscli
- apt-get install -y awscli
- aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
- aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
- aws configure set default.region $AWS_DEFAULT_REGION
- s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://xdmod-vol/ /tmp
- ls -l /tmp
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment