diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf21798291022bca38c98dc8407f84e7ad83e78a..c63731ad33cd7a1b647085d8af323f1484113f4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ deploy: - export AWS_SECRET_ACCESS_KEY script: - ./make-zip.sh - - aws s3 cp bobgo-magento-plugin.zip s3://bobgo-s3-magento-plugin-dev/ --region=af-south-1 + - aws s3 cp bobgo-magento-plugin.zip s3://magento-plugin.dev.bobgo.co.za/ --region=af-south-1 rules: - if: $CI_COMMIT_BRANCH == "dev" when: always @@ -49,8 +49,8 @@ tag_deploy: script: - "TAG_ARCHIVE_URL=https://gitlab.bob.co.za/bob-public-utils/bobgo-magento-extension/-/archive/${CI_COMMIT_TAG}/bobgo-magento-extension-${CI_COMMIT_TAG}.zip" - curl -o bobgo-magento-extension-${CI_COMMIT_TAG}.zip "$TAG_ARCHIVE_URL" - - aws s3 cp bobgo-magento-extension-${CI_COMMIT_TAG}.zip s3://bobgo-s3-magento-plugin-prod/tags/bobgo-magento-extension-${CI_COMMIT_TAG}.zip --region=af-south-1 - - aws s3 cp bobgo-magento-extension-${CI_COMMIT_TAG}.zip s3://bobgo-s3-magento-plugin-prod/latest/latest.zip --region=af-south-1 + - aws s3 cp bobgo-magento-extension-${CI_COMMIT_TAG}.zip s3://magento-plugin.bobgo.co.za/tags/bobgo-magento-extension-${CI_COMMIT_TAG}.zip --region=af-south-1 + - aws s3 cp bobgo-magento-extension-${CI_COMMIT_TAG}.zip s3://magento-plugin.bobgo.co.za/latest/latest.zip --region=af-south-1 - echo "Tagged version URL in S3 bucket ready for download" rules: - if: $CI_COMMIT_TAG diff --git a/composer.json b/composer.json index 8eb11afc81fd47d2e641ddc7e777f3fb1bef0340..ee70cf6bb37378d8e92e04c118a1557857fb698b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "bobgo/bobgo-magento-extension", "description": "Smart shipping and order management solution in South Africa", "type": "magento2-module", - "version": "1.0.57", + "version": "1.0.58", "authors": [ { "name": "Bob Go", diff --git a/etc/module.xml b/etc/module.xml index 067f42d029daec8861c4d2d1195cd43c61901e56..c6eb73e5896716b41734bbf63e6d3cd4dfe1b434 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -7,7 +7,7 @@ */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="BobGroup_BobGo" setup_version="1.0.57"> + <module name="BobGroup_BobGo" setup_version="1.0.58"> <sequence> <module name="Magento_Webapi"/> <module name="Magento_Catalog"/> diff --git a/package.json b/package.json index ac43d9da09a7c68a7dbeb39c8692d448c332cfa2..361e426ca801ef3692f69bfe2217af722e2c8ca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bobgo-magento-plugin", "description": "Bob Go magento plugin", - "version": "1.0.57", + "version": "1.0.58", "license": "GPL-2.0-or-later", "scripts": { "prepare": "husky install",