Skip to content
Snippets Groups Projects
Commit 1aeb6573 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(deploy): composer package

parent 05ebe0a6
Branches
Tags
No related merge requests found
variables:
WPDESK_CI_VERSION: "2023.03.2"
WPDESK_CI_VERSION: "2023.05.23"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -324,3 +324,14 @@ deploy to devel:
variables:
- $IS_LIBRARY
- $IS_NPM_LIBRARY
composer package:
stage: deploy
script:
- 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=${CI_COMMIT_REF_NAME} "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'
environment: production
only:
refs:
- tags
variables:
- $IS_LIBRARY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment