Compare commits

...

2 Commits

Author SHA1 Message Date
ef564ac21a Release build test
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
2023-03-10 13:21:04 +01:00
d37bc4c14a FIX Yaml syntax error
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing
2023-03-09 22:58:31 +01:00

View File

@@ -14,6 +14,12 @@ steps:
NODE_OPTIONS: --max_old_space_size=12000
NODE_ENV: production
BABEL_ENV: production
BUILD_FOR_RELEASE: true
#APP_NAME: "EXprojekt Team Beta"
#APP_SCHEME=exprojekt
#REPLACE_ASSETS=true
#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
@@ -26,6 +32,6 @@ steps:
api_key:
from_secret: drone_release
base_url: https://git.ivasoft.cz
files: *.apk
files: '*.apk'
when:
event: tag