forked from Ivasoft/mattermost-mobile
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef564ac21a | |||
| d37bc4c14a | |||
| 2bb144042b | |||
| b960c2f036 | |||
| 2aa1265762 |
38
.drone.yml
38
.drone.yml
@@ -7,23 +7,31 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- chmod -R 777 .
|
- chmod -R 777 .
|
||||||
|
|
||||||
#- name: build
|
- name: build
|
||||||
# image: cimg/android:2022.09.2-node
|
image: cimg/android:2022.09.2-node
|
||||||
# environment:
|
environment:
|
||||||
# CIRCLECI: true
|
CIRCLECI: true
|
||||||
# NODE_OPTIONS: --max_old_space_size=12000
|
NODE_OPTIONS: --max_old_space_size=12000
|
||||||
# NODE_ENV: production
|
NODE_ENV: production
|
||||||
# BABEL_ENV: production
|
BABEL_ENV: production
|
||||||
# MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
|
BUILD_FOR_RELEASE: true
|
||||||
# MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
#APP_NAME: "EXprojekt Team Beta"
|
||||||
# MATTERMOST_RELEASE_PASSWORD: 123456
|
#APP_SCHEME=exprojekt
|
||||||
# commands:
|
#REPLACE_ASSETS=true
|
||||||
# - 'npm run build:android'
|
#MAIN_APP_IDENTIFIER=cz.exprojekt.team.beta
|
||||||
|
#SUPPLY_PACKAGE_NAME=cz.exprojekt.team.beta
|
||||||
|
MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
|
||||||
|
MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
||||||
|
MATTERMOST_RELEASE_PASSWORD: 123456
|
||||||
|
commands:
|
||||||
|
- 'npm run build:android'
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: repo_pass
|
from_secret: drone_release
|
||||||
base_url: https://git.ivasoft.cz/SW/mattermost-mobile
|
base_url: https://git.ivasoft.cz
|
||||||
files: package.json
|
files: '*.apk'
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
Reference in New Issue
Block a user