Skip to content

Commit 1c49af7

Browse files
author
chenyong
committed
Update .gitlab-ci.yml
1 parent 9cec89c commit 1c49af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ variables:
44
ENV_PRODUCTION: production
55
ENV_TESTING: testing
66
ENV_DEVELOPMENT: development
7-
APP_KEY: app.misu.readyGo
7+
APP_KEY: app.misu.platform.readyGo
88

99
stages:
1010
- build
1111

1212

13-
build:
13+
build:prod:
1414
stage: build
1515
script:
1616
- source ./build.sh
1717
only:
18-
- master
18+
- master

0 commit comments

Comments
 (0)