File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
51
51
script : skip
52
52
deploy :
53
53
provider : script
54
- skip-cleanup : true
55
54
script : npm run release
55
+ skip-cleanup : true
56
56
57
57
- stage : release # github release
58
58
if : branch = master AND tag IS present
59
59
install : skip
60
- script : skip
60
+ script : npm run build:mock
61
61
before_deploy :
62
62
- tar czvf webapp.tar.gz -C dist/apps/webapp .
63
63
deploy :
@@ -68,23 +68,23 @@ jobs:
68
68
69
69
- stage : deploy
70
70
install : skip
71
- script : skip
71
+ script : npm run build:mock
72
72
deploy :
73
73
provider : pages
74
- skip-cleanup : true
75
- keep-history : true
76
74
github_token : $GITHUB_TOKEN
77
75
target-branch : gh-pages
78
76
local_dir : dist/apps/webapp
77
+ skip-cleanup : true
78
+ keep-history : true
79
79
80
80
- stage : docs
81
81
if : branch = master AND tag IS present
82
82
install : skip
83
83
script : npm run doc:build
84
84
deploy :
85
85
provider : pages
86
- skip-cleanup : true
87
- keep-history : true
88
86
github_token : $GITHUB_TOKEN
89
87
target-branch : docs
90
88
local_dir : docs
89
+ skip-cleanup : true
90
+ keep-history : true
You can’t perform that action at this time.
0 commit comments