forked from uditkarode/AbleMusicPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.drone.yml
40 lines (38 loc) · 845 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
kind: pipeline
name: default
concurrency:
limit: 1
steps:
- name: Construction
pull: if-not-exists
image: uditkarode/android-sdk-arch:latest
commands:
- "export GH_TOKEN"
- "export FLURRY_KEY"
- "export GH_TOKEN"
- "export KEY_ALIAS"
- "export KEY_PASS"
- "export RAPID_KEY"
- "export STORE_PASS"
- "export TG_BOT_KEY"
- "cd /drone/src"
- "bash build.sh"
when:
branch:
include:
- master
environment:
FLURRY_KEY:
from_secret: FLURRY_KEY
GH_TOKEN:
from_secret: token
KEY_ALIAS:
from_secret: KEY_ALIAS
KEY_PASS:
from_secret: KEY_PASS
RAPID_KEY:
from_secret: RAPID_KEY
STORE_PASS:
from_secret: STORE_PASS
TG_BOT_KEY:
from_secret: TG_BOT_KEY