Skip to content
Snippets Groups Projects
Commit 34e4c71f authored by Pieter van Staden's avatar Pieter van Staden
Browse files

INFRASTRUCTURE :: Update the aws credentials used by the aws cli

parent 7a21d7bb
No related branches found
No related tags found
1 merge request!6Rates at checkout
Pipeline #64284 passed
...@@ -18,8 +18,10 @@ tagged_deploy: ...@@ -18,8 +18,10 @@ tagged_deploy:
- export AWS_ACCESS_KEY_ID - export AWS_ACCESS_KEY_ID
- export AWS_SECRET_ACCESS_KEY - export AWS_SECRET_ACCESS_KEY
script: script:
- wget https://gitlab.bob.co.za/bob-public-utils/bobgo-magento-extension/-/archive/"$CI_COMMIT_TAG"/bobgo-magento-extension-"$CI_COMMIT_TAG".tar.gz - echo AWS_ACCESS_KEY_ID
- ls -al - echo AWS_SECRET_ACCESS_KEY
- aws s3 cp bobgo-magento-extension-"$CI_COMMIT_TAG".tar.gz s3://bobgo-s3-magento-plugin/ --region=af-south-1 # - wget https://gitlab.bob.co.za/bob-public-utils/bobgo-magento-extension/-/archive/"$CI_COMMIT_TAG"/bobgo-magento-extension-"$CI_COMMIT_TAG".tar.gz
# - ls -al
# - aws s3 cp bobgo-magento-extension-"$CI_COMMIT_TAG".tar.gz s3://bobgo-s3-magento-plugin/ --region=af-south-1
allow_failure: false allow_failure: false
when: on_success when: on_success
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment