Skip to content
Snippets Groups Projects
Commit cf90d627 authored by Krzysiek's avatar Krzysiek
Browse files

Changes after first shop&repository deployment

parent b0ee8e7a
Branches
No related tags found
No related merge requests found
......@@ -110,8 +110,6 @@ apigen docs:
build to deploy:
image: wpdesknet/phpunit-woocommerce:0-0
stage: pre-deploy
dependencies:
- build php
artifacts:
expire_in: 1 month
name: "production release"
......@@ -147,7 +145,7 @@ deploy to shop:
- tags
environment:
name: wpdesk shop
url: https://wpdeskplugin.s3.amazonaws.com/$CI_PROJECT_NAME.zip
url: https://wpdeskplugin.s3.amazonaws.com/${CI_PROJECT_NAME}.zip
when: manual
deploy to repository:
......@@ -160,10 +158,10 @@ deploy to repository:
- ls -l
- rm -rf /tmp/svn-repository
- mkdir /tmp/svn-repository
- /tmp/deploy_repository.sh flexible-pdf release /tmp/svn-repository
- /tmp/deploy_repository.sh ${CI_PROJECT_NAME} release /tmp/svn-repository
only:
- tags
environment:
name: wordpress repository
url: https://downloads.wordpress.org/plugin/$CI_PROJECT_NAME.$CI_COMMIT_REF_NAME.zip
url: https://downloads.wordpress.org/plugin/${CI_PROJECT_NAME}.${CI_COMMIT_REF_NAME}.zip
when: manual
\ 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