forked from Ivasoft/mattermost-mobile
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bb144042b | |||
| b960c2f036 |
30
.drone.yml
30
.drone.yml
@@ -7,23 +7,25 @@ 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
|
MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
|
||||||
# MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
||||||
# MATTERMOST_RELEASE_PASSWORD: 123456
|
MATTERMOST_RELEASE_PASSWORD: 123456
|
||||||
# commands:
|
commands:
|
||||||
# - 'npm run build:android'
|
- '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
|
base_url: https://git.ivasoft.cz
|
||||||
files: package.json
|
files: *.apk
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
Reference in New Issue
Block a user