1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

update deployment

This commit is contained in:
Akolzin Dmitry 2020-03-17 15:58:02 +03:00
parent 4973521a9c
commit 8cc5d19e5a

View file

@ -63,10 +63,10 @@ jobs:
env: BITRIX_EDITION=business_encode
- stage: deploy
before_script: skip
script: make build_release_dir
script: make build_release
before_deploy:
- export VERSION=`php bin/bitrix-version`
- export ARCHIVE_NAME=$TRAVIS_BUILD_DIR/release/$VERSION
- export ARCHIVE_NAME=$TRAVIS_BUILD_DIR/release/$VERSION.tar.gz
- git config --local user.name "retailCRM"
- git config --local user.email "support@retailcrm.ru"
- export TRAVIS_TAG=v$VERSION