First build try.
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-03-09 10:40:46 +01:00
parent 07aa748cd7
commit e639e69d46

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
name: default
steps:
- name: build
image: cimg/android:2022.09.2-node
environment:
NODE_OPTIONS: --max_old_space_size=12000
NODE_ENV: production
BABEL_ENV: production
MATTERMOST_RELEASE_STORE_FILE=/root/mattermost.keystore
MATTERMOST_RELEASE_KEY_ALIAS=mattermost-google-key
MATTERMOST_RELEASE_PASSWORD=123456
commands:
- 'npm run build:android'