Skip to content
Snippets Groups Projects
Commit d71835e2 authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

added artifactory deploy with built

parent 37177a10
No related branches found
No related tags found
No related merge requests found
artifactory:
stage: deploy
tags:
- docker
image: $ACR_URL/node:14
dependencies:
- build_typescript
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
- jfrog rt ping
- jfrog rt npm-install --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- npm run build
- jfrog rt npm-publish --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- jfrog rt bce $CI_PROJECT_NAME $CI_JOB_ID
- jfrog rt bp $CI_PROJECT_NAME $CI_JOB_ID
only:
- tags
\ No newline at end of file
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