feat: update configs

This commit is contained in:
Georg K
2023-01-06 06:19:08 +03:00
parent aa3edd84d5
commit e1c4663125
5 changed files with 42 additions and 6 deletions

View File

@@ -19,9 +19,10 @@ release-hosted:
stage: release-hosted
image: alpine:latest
variables:
VERSION: "1.0.0"
VERSION: "1.0.1"
script:
- apk add --no-cache curl
- chmod a+x hosted/install.sh
- tar -czvf hosted.tar.gz hosted
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file hosted.tar.gz "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/hosted/${VERSION}/hosted.tar.gz"'
when: manual